diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-14 16:03:34 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-14 16:03:34 -0400 |
| commit | d8c2874b6806f5d196b01fc6b3d5ea0bc7efa952 (patch) | |
| tree | a1bc414aa42fdde0b105b3fc7ef2bc9e1bfe025c /www/templates/state.html | |
| parent | 5d150b689a616e8cd51210152c36a53efc83e4e5 (diff) | |
fixed bug in reporting disk total - was totalling total :-)
Diffstat (limited to 'www/templates/state.html')
| -rw-r--r-- | www/templates/state.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/state.html b/www/templates/state.html index 07ea1ce0..599868b7 100644 --- a/www/templates/state.html +++ b/www/templates/state.html @@ -59,7 +59,7 @@ <i class="ion-alert-circled" "style:font-size:300%;"></i> {{dangerText[showDanger?1:0]}} </button> - <div ng-show="showDanger"> + <div ng-show="showDanger" > <div class="row"> <div class="col text-center"> |
