summaryrefslogtreecommitdiff
path: root/static/partial-fwupdate.html
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2017-06-07 01:28:13 +0300
committerEd Tanous <ed.tanous@intel.com>2017-06-07 01:28:13 +0300
commit4758d5be3debd098e3ce9ba703c75269ecf6f9b1 (patch)
tree4f899ea041a389a3e26a774ff019d4657bdcb284 /static/partial-fwupdate.html
parentcfbe25de0832059d2752d6cec5f1924a40f20f17 (diff)
downloadbmcweb-4758d5be3debd098e3ce9ba703c75269ecf6f9b1.tar.xz
incremental
Diffstat (limited to 'static/partial-fwupdate.html')
-rw-r--r--static/partial-fwupdate.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/static/partial-fwupdate.html b/static/partial-fwupdate.html
new file mode 100644
index 0000000000..829aad8f96
--- /dev/null
+++ b/static/partial-fwupdate.html
@@ -0,0 +1,17 @@
+<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" onchange="angular.element(this).scope().upload(this.files)" />
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+</div> \ No newline at end of file