Add reinitialize message on scan failure

This commit is contained in:
Bill Zimmerman 2021-04-30 00:05:19 +02:00 committed by GitHub
parent 0bb9d6c196
commit 79393c48d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<div class="col-md-6 ml-6">
<p class="lead text-center"><?php echo _('No Wifi stations found') ?></p>
<p class="text-center"><?php echo _('Click "Rescan" to search for nearby Wifi stations.') ?></p>
<p class="text-center"><?php echo _('Click "Reinitialize" to force reinitialize <code>wpa_supplicant</code>.') ?></p>
</div>
<?php } elseif (count($networks) == 1) {
$prop_col = "col-sm-12";