Add icons to system > generate debug + reset buttons

This commit is contained in:
billz 2023-11-01 07:33:36 +00:00
parent 5e46cd407c
commit 54e154c01a

View file

@ -14,7 +14,9 @@
</div> </div>
</div> </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="row">
<div class="form-group col-lg-8 col-md-8"> <div class="form-group col-lg-8 col-md-8">
@ -27,7 +29,9 @@
</div> </div>
</div> </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 ?> <?php endif ?>
</div> </div>