auto refresh every 30s

This commit is contained in:
Boaz Leskes 2013-12-02 20:28:07 +01:00
parent dae1547db1
commit 919b5db1cb
3 changed files with 6 additions and 1 deletions

View file

@ -39,6 +39,9 @@ dashboard.index = {
'interval': 'day'
};
dashboard.refresh="30s";
// In this dashboard we let users pass nodes as comma seperated list to the query parameter.
// If nodes are defined, split into a list of query objects, otherwise, show all
// NOTE: ids must be integers, hence the parseInt()s

View file

@ -39,6 +39,8 @@ dashboard.index = {
'interval': 'day'
};
dashboard.refresh="30s";
// In this dashboard we let users pass nodes as comma seperated list to the query parameter.
// If nodes are defined, split into a list of query objects, otherwise, show all
// NOTE: ids must be integers, hence the parseInt()s

View file

@ -381,5 +381,5 @@
"load_local": true,
"hide": false
},
"refresh": false
"refresh": "30s"
}