mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Add icons to system > generate debug + reset buttons
This commit is contained in:
parent
5e46cd407c
commit
54e154c01a
1 changed files with 6 additions and 2 deletions
|
@ -14,7 +14,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button type="button" class="btn btn-warning mb-3" name="debug-log" data-toggle="modal" data-target="#debugModal" /><?php echo _("Generate debug log"); ?></button>
|
||||
<button type="button" class="btn btn-warning mb-3" name="debug-log" data-toggle="modal" data-target="#debugModal" />
|
||||
<i class="fas fa-ambulance ml-1 mr-2"></i><?php echo _("Generate debug log"); ?>
|
||||
</button>
|
||||
|
||||
<div class="row">
|
||||
<div class="form-group col-lg-8 col-md-8">
|
||||
|
@ -27,7 +29,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button type="button" class="btn btn-danger" name="system-reset" data-toggle="modal" data-target="#system-confirm-reset" /><?php echo _("Perform reset"); ?></button>
|
||||
<button type="button" class="btn btn-danger" name="system-reset" data-toggle="modal" data-target="#system-confirm-reset" />
|
||||
<i class="fas fa-history ml-1 mr-2"></i><?php echo _("Perform reset"); ?>
|
||||
</button>
|
||||
|
||||
<?php endif ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue