Fix translation for graph time selection and display
This commit is contained in:
@@ -650,13 +650,11 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
error: {},
|
||||
|
||||
period: 12, // set as 12 because disk graphs is only collected twice a day
|
||||
periodLabel: '12 hours',
|
||||
memoryChart: null,
|
||||
diskChart: null,
|
||||
|
||||
setPeriod: function (hours, label) {
|
||||
setPeriod: function (hours) {
|
||||
$scope.graphs.period = hours;
|
||||
$scope.graphs.periodLabel = label;
|
||||
$scope.graphs.show();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user