Make min period as 12 hours

because we only collect disk data twice a day
This commit is contained in:
Girish Ramakrishnan
2020-05-23 12:40:39 -07:00
parent 4260082726
commit 1608faecea
2 changed files with 3 additions and 3 deletions

View File

@@ -593,8 +593,8 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
$scope.graphs = {
error: {},
period: 6,
periodLabel: '6 hours',
period: 12, // set as 12 because disk graphs is only collected twice a day
periodLabel: '12 hours',
memoryChart: null,
diskChart: null,