summaryrefslogtreecommitdiffstats
path: root/app/server-health/controllers
diff options
context:
space:
mode:
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