summaryrefslogtreecommitdiffstats
path: root/app/server-health/controllers
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-07-18 18:55:27 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-07-24 13:48:08 +0000
commitfc0cfc597101b1f7ad80a2308a7eac0346c28fc8 (patch)
tree87ceaed2431b25cd06f9823067eb9817c49ae141 /app/server-health/controllers
parentc959ffe5256bedf0627870acc343cd8b3db4b053 (diff)
downloadphosphor-webui-fc0cfc597101b1f7ad80a2308a7eac0346c28fc8.tar.gz
phosphor-webui-fc0cfc597101b1f7ad80a2308a7eac0346c28fc8.zip
Remove diagnostics page
This page was unused and unreachable from the menu. Cleaning up the code base. Change-Id: Icebccb111f0d775cc6bd2c95a5588f67a75af9cf Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/server-health/controllers')
-rw-r--r--app/server-health/controllers/diagnostics-controller.html5
-rw-r--r--app/server-health/controllers/diagnostics-controller.js19
2 files changed, 0 insertions, 24 deletions
diff --git a/app/server-health/controllers/diagnostics-controller.html b/app/server-health/controllers/diagnostics-controller.html
deleted file mode 100644
index 04469f2..0000000
--- a/app/server-health/controllers/diagnostics-controller.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<div id=diagnostics">
- <div class="row column">
- <h1>Diagnostics</h1>
- </div>
-</div> \ No newline at end of file
diff --git a/app/server-health/controllers/diagnostics-controller.js b/app/server-health/controllers/diagnostics-controller.js
deleted file mode 100644
index 0f6763f..0000000
--- a/app/server-health/controllers/diagnostics-controller.js
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- * Controller for server
- *
- * @module app/serverHealth
- * @exports diagnosticsController
- * @name diagnosticsController
- */
-
-window.angular && (function(angular) {
- 'use strict';
-
- angular.module('app.serverHealth').controller('diagnosticsController', [
- '$scope', '$window', 'APIUtils', 'dataService',
- function($scope, $window, APIUtils, dataService) {
- $scope.dataService = dataService;
- }
- ]);
-
-})(angular);
OpenPOWER on IntegriCloud