Remove old metrics dashboard

It only applies to a single instance, making it fairly useless
This commit is contained in:
Joseph Schorr 2016-09-09 14:46:33 -04:00
parent b979f99964
commit 5d6876eb81
5 changed files with 1 additions and 189 deletions

View file

@ -29,15 +29,10 @@
$scope.pollChannel = null;
$scope.logsScrolled = false;
$scope.csrf_token = encodeURIComponent(window.__token);
$scope.dashboardActive = false;
$scope.currentConfig = null;
$scope.serviceKeysActive = false;
$scope.takeOwnershipInfo = null;
$scope.setDashboardActive = function(active) {
$scope.dashboardActive = active;
};
$scope.configurationSaved = function(config) {
$scope.currentConfig = config;
$scope.requiresRestart = true;