blob: 7bcd4ba40388a237b11f0f28ca205fc5bed25aa5 [file] [log] [blame]
Ed Tanous4758d5b2017-06-06 15:28:13 -07001<div ng-controller="fwupdateController">
2 <div class="container">
3 <div class="row">
4 <div class="col-lg-8">
5 <div class="box box-primary">
6 <div class="box-header with-border">
7 <h4>Firmware Update
8 </h4>
9 </div>
10 <div class="box-body">
Ed Tanous911ac312017-08-15 09:37:42 -070011 <input type="file" name="file" file-input="files" />
Ed Tanous4758d5b2017-06-06 15:28:13 -070012 </div>
13 </div>
14 </div>
15 </div>
16 </div>
17</div>