diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-12-23 20:10:01 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-12-23 20:10:01 +0100 |
commit | b18fa59e40ebe9c03f81d49cf53a85bc728de8a7 (patch) | |
tree | cf28b8bb661cbb95592be89177cf82a325a0f6ea /module/web/templates/default | |
parent | cleaned the settings page (diff) | |
download | pyload-b18fa59e40ebe9c03f81d49cf53a85bc728de8a7.tar.xz |
proper selecting, expanding and rendering of packageViews
Diffstat (limited to 'module/web/templates/default')
-rw-r--r-- | module/web/templates/default/dashboard.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html index 3ed8420e9..fcf6b33e2 100644 --- a/module/web/templates/default/dashboard.html +++ b/module/web/templates/default/dashboard.html @@ -17,7 +17,9 @@ <div class="package-row first">
<span class="checkbox"></span>
<i class="icon-folder-close icon-white"></i>
+ <span class="name">
Package <%= pid %>: <%= name %>
+ </span>
</div>
<div class="package-row second">
<span>
|