Skip to content

Commit

Permalink
Fix disk_format and extroot not showing in some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
lantis1008 committed Jan 15, 2017
1 parent 32afe03 commit c769795
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package/plugin-gargoyle-usb-storage/files/www/usb_storage.sh
Expand Up @@ -153,7 +153,9 @@
</div>
</div>
</div>
</div>

<div class="row">
<div id="disk_format" class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
Expand Down Expand Up @@ -212,8 +214,10 @@
</div>

<div class="panel-body">
<div class="row form-group">
<button id="extroot_button" class="btn btn-default" onclick="disableExtroot();"><%~ ExtrOff %></button>
<div class="form-group">
<button id="extroot_button" class="btn btn-danger btn-lg" onclick="disableExtroot();"><%~ ExtrOff %></button>
<br />
<br />
<em><%~ ExtDt %> <strong><span id="extroot_drive"></span></strong>.</em>
</div>
</div>
Expand Down

0 comments on commit c769795

Please sign in to comment.