diff options
| author | ARC <arjunrc@gmail.com> | 2015-05-13 16:36:38 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-05-13 16:36:38 -0400 |
| commit | 87d2b9ea6da64a28f7a2967fdb5dfeb2bca66cfa (patch) | |
| tree | 54da1f90f60e14cb30c7777157cd4c6c925ff1d9 /www/js/app.js | |
| parent | d37b20e72feea688c92d4aac58544c16e5456474 (diff) | |
disk percent display
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js index 6af0dc5a..7efea0e1 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -45,6 +45,7 @@ angular.module('zmApp', [ 'request': function (config) { if ( !(config.url.indexOf("stop.json") > -1 || config.url.indexOf("start.json") > -1 || + config.url.indexOf("getDiskPercent.json") > -1 || config.url.indexOf("restart.json") > -1 )) { config.timeout = 15000; |
