Update service-status to indicate AP interface

This commit is contained in:
billz 2020-06-15 09:35:44 +01:00
parent a05b0bf1e3
commit e1bb73a76d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ $ifaceStatus = $wlan0up ? "up" : "down";
<div class="col">
<button class="btn btn-light btn-icon-split btn-sm service-status float-right">
<span class="icon"><i class="fas fa-circle service-status-<?php echo $ifaceStatus ?>"></i></span>
<span class="text service-status"><?php echo strtolower($client_interface) .' '. _($ifaceStatus) ?></span>
<span class="text service-status"><?php echo strtolower($ap_iface) .' '. _($ifaceStatus) ?></span>
</button>
</div>
</div><!-- /.row -->