summaryrefslogtreecommitdiff
path: root/static/partial-fwupdate.html
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2017-10-25 03:04:52 +0300
committerEd Tanous <ed.tanous@intel.com>2017-10-25 03:10:33 +0300
commit710adfcf07d73b00a9bb6f8bf977cdb0897fa4b8 (patch)
tree15b50e4a242788ad4d6ce385cf2e7111c477535c /static/partial-fwupdate.html
parentba9f9a6cebfbb7a12ecf869afa0cdc5aef9c8372 (diff)
downloadbmcweb-710adfcf07d73b00a9bb6f8bf977cdb0897fa4b8.tar.xz
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/partial-fwupdate.html')
-rw-r--r--static/partial-fwupdate.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/static/partial-fwupdate.html b/static/partial-fwupdate.html
deleted file mode 100644
index 7bcd4ba403..0000000000
--- a/static/partial-fwupdate.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<div ng-controller="fwupdateController">
- <div class="container">
- <div class="row">
- <div class="col-lg-8">
- <div class="box box-primary">
- <div class="box-header with-border">
- <h4>Firmware Update
- </h4>
- </div>
- <div class="box-body">
- <input type="file" name="file" file-input="files" />
- </div>
- </div>
- </div>
- </div>
- </div>
-</div> \ No newline at end of file