fix: schedule restore icon

This commit is contained in:
ziirish 2015-11-01 20:48:41 +01:00
parent 2093a9a3a2
commit a04f8604c5

View file

@ -90,7 +90,7 @@
<input type="hidden" name="list-sc">
<div id="schedule-form" style="display:none;">
<div class="btn-group">
<button type="submit" class="btn btn-info" id="perform-schedule"><span class="glyphicon glyphicon-cloud-download"></span>&nbsp;Schedule restore</button>
<button type="submit" class="btn btn-info" id="perform-schedule"><span class="glyphicon glyphicon-cloud-upload"></span>&nbsp;Schedule restore</button>
<button class="btn btn-info dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
<ul class="dropdown-menu browse">
<li><label for="strip-sc">Number of leading path components to strip:&nbsp;</label><input type="text" id="strip-sc" name="strip-sc" placeholder="0" autocomplete="off" maxlength="2" size="2"></li>