This commit is contained in:
2020-05-26 23:00:01 +00:00
parent 0346be3799
commit 2977b60bb2

View File

@@ -56,7 +56,8 @@ export default {
scales: { scales: {
xAxes: [ xAxes: [
{ {
type: "time" type: "time",
distribution: "series"
} }
] ]
} }
@@ -162,7 +163,7 @@ export default {
let vm = this; let vm = this;
vm.formState.loading = true; vm.formState.loading = true;
let url = "server-metric?maxRecords=400"; // //2000 will cover all for now 2020-05-26 15:24:14 let url = "server-metric?maxRecords=30"; // //2000 will cover all for now 2020-05-26 15:24:14
window.$gz.form.deleteAllErrorBoxErrors(vm); window.$gz.form.deleteAllErrorBoxErrors(vm);
window.$gz.api window.$gz.api
.get(url) .get(url)