summaryrefslogtreecommitdiffstats
path: root/static/js/systemConfigController.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/systemConfigController.js')
-rw-r--r--static/js/systemConfigController.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/static/js/systemConfigController.js b/static/js/systemConfigController.js
deleted file mode 100644
index d32f6ce..0000000
--- a/static/js/systemConfigController.js
+++ /dev/null
@@ -1,11 +0,0 @@
-angular.module('bmcApp')
- .controller(
- 'systemConfigController', [
- '$scope', '$http',
- function($scope, $http) {
- $http.get('/intel/system_config').then(function(response) {
- $scope.configuration = response.data;
- });
- }
- ]
- );
OpenPOWER on IntegriCloud