This commit is contained in:
@@ -56,7 +56,8 @@ export default {
|
||||
scales: {
|
||||
xAxes: [
|
||||
{
|
||||
type: "time"
|
||||
type: "time",
|
||||
distribution: "series"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -162,7 +163,7 @@ export default {
|
||||
let vm = this;
|
||||
|
||||
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.api
|
||||
.get(url)
|
||||
|
||||
Reference in New Issue
Block a user