summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates/default/home.html')
-rw-r--r--module/web/templates/default/home.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/templates/default/home.html b/module/web/templates/default/home.html
index bbc196fe1..41ced20a7 100644
--- a/module/web/templates/default/home.html
+++ b/module/web/templates/default/home.html
@@ -145,10 +145,10 @@ var LinkEntry = new Class({
'styles':{
'height': '4px',
'width': item.percent+'%',
- 'background-color': '#ddd',
+ 'background-color': '#ddd'
}
})
- }
+ };
this.elements.tr.adopt(this.elements.name,this.elements.status,this.elements.info,this.elements.kbleft,new Element('td').adopt(this.elements.percent,this.elements.remove));
this.elements.pgbTr.adopt(new Element('td',{'colspan':5}).adopt(this.elements.pgb));