diff options
| author | Ed Tanous <ed.tanous@intel.com> | 2017-10-24 17:04:52 -0700 |
|---|---|---|
| committer | Ed Tanous <ed.tanous@intel.com> | 2017-10-24 17:10:33 -0700 |
| commit | 710adfcf07d73b00a9bb6f8bf977cdb0897fa4b8 (patch) | |
| tree | 15b50e4a242788ad4d6ce385cf2e7111c477535c /static/js/versionController.js | |
| parent | ba9f9a6cebfbb7a12ecf869afa0cdc5aef9c8372 (diff) | |
| download | bmcweb-710adfcf07d73b00a9bb6f8bf977cdb0897fa4b8.tar.gz bmcweb-710adfcf07d73b00a9bb6f8bf977cdb0897fa4b8.zip | |
Add the redfish static files to the build
...And delete the old webserver static files from the repo.
Move $metadata to a static file, as that's really where it belongs.
Change-Id: I2caeee7cd779b7c07cfc10cd693459105656671f
Diffstat (limited to 'static/js/versionController.js')
| -rw-r--r-- | static/js/versionController.js | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/static/js/versionController.js b/static/js/versionController.js deleted file mode 100644 index 9b6e9c9..0000000 --- a/static/js/versionController.js +++ /dev/null @@ -1,16 +0,0 @@ -angular.module('bmcApp').controller('versionController', [ - '$scope', '$http', - function($scope, $http) { - - var systeminfo = $http.get("/systeminfo").then(function(systeminfo){ - $scope.host_power_on= true; - $scope.rmm_module_installed= true; - $scope.bmc_available= true; - $scope.bmc_build_date= new Date(2016, 0, 1, 2, 3, 4, 567); - $scope.bios_build_number = "D0191"; - $scope.bmc_build_number = "96.37"; - $scope.bmc_build_extended = "e04989f7"; - $scope.bmc_backup_build_number = "96.37"; - $scope.bmc_backup_build_extended = "e04989f7"; - }); -}]);
\ No newline at end of file |

