summaryrefslogtreecommitdiffstats
path: root/static/partial-fwupdate.html
blob: 7bcd4ba40388a237b11f0f28ca205fc5bed25aa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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" file-input="files" />
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
OpenPOWER on IntegriCloud