diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-06 19:53:31 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-06 19:53:31 +0200 |
commit | 6a3dd0260dc9bc2380bbe34a9817644c2980e72b (patch) | |
tree | fce77103c57a60418b2ad8f46d592dde10fc8532 /module/web/templates | |
parent | worked on stylesheet (diff) | |
download | pyload-6a3dd0260dc9bc2380bbe34a9817644c2980e72b.tar.xz |
added little pie chart
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 239ab47be..d8d06956f 100644 --- a/module/web/templates/default/dashboard.html +++ b/module/web/templates/default/dashboard.html @@ -12,7 +12,7 @@ <div>
<div class="package-row first">
Package <%= pid %>: <%= name %>
- <div class="package-graph"></div>
+ <div class="package-graph">3/5</div>
</div>
<div class="package-row second">
<span>
|