diff options
author | 2013-03-05 19:05:23 +0100 | |
---|---|---|
committer | 2013-03-05 19:05:23 +0100 | |
commit | 33f9e7fb68d58e43e1188409b43e550c9ed4b54d (patch) | |
tree | 0ae97eef3ecedd7fee26ea7e98d117f9ccd53df6 /module/web/templates | |
parent | functions to render file status, only simple coloring for now (diff) | |
download | pyload-33f9e7fb68d58e43e1188409b43e550c9ed4b54d.tar.xz |
cleaned dashboard event code, preserve filtering across packages
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/dashboard.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html index 2bfd3d796..cfd5a2716 100644 --- a/module/web/templates/default/dashboard.html +++ b/module/web/templates/default/dashboard.html @@ -120,7 +120,7 @@ <li>
<ul class="breadcrumb">
<li><a href="#">{{ _("Local") }}</a> <span class="divider">/</span></li>
- <li class="active">Data</li>
+ <li class="active"></li>
</ul>
</li>
|