Refactor Dashboard

This commit is contained in:
Mike Reeves
2018-11-26 15:51:17 -05:00
parent 4eda787216
commit 51fbfd71f1

View File

@@ -1252,7 +1252,7 @@
}, },
{ {
"params": [ "params": [
" / 4" " / {{ CPUS }}"
], ],
"type": "math" "type": "math"
} }
@@ -1383,7 +1383,7 @@
}, },
{ {
"params": [ "params": [
" / 4" " / {{ CPUS }}"
], ],
"type": "math" "type": "math"
} }
@@ -1729,7 +1729,7 @@
}, },
{ {
"params": [ "params": [
" / 4" " / {{ CPUS }}"
], ],
"type": "math" "type": "math"
} }
@@ -3237,6 +3237,6 @@
}, },
"timezone": "browser", "timezone": "browser",
"title": "Master Node - devmastercentos Overview", "title": "Master Node - devmastercentos Overview",
"uid": "yMeBEqfmzesqa", "uid": "{{ UID }}",
"version": 22 "version": 22
} }