summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-05-13 16:36:38 -0400
committerARC <arjunrc@gmail.com>2015-05-13 16:36:38 -0400
commit87d2b9ea6da64a28f7a2967fdb5dfeb2bca66cfa (patch)
tree54da1f90f60e14cb30c7777157cd4c6c925ff1d9 /www/js/app.js
parentd37b20e72feea688c92d4aac58544c16e5456474 (diff)
disk percent display
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js1
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;