Make min period as 12 hours
because we only collect disk data twice a day
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user