Fix translation for graph time selection and display
This commit is contained in:
@@ -154,13 +154,11 @@ angular.module('Application').controller('SystemController', ['$scope', '$locati
|
||||
error: {},
|
||||
|
||||
period: 6,
|
||||
periodLabel: '6 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