mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 17:10:26 +00:00
added rescan
This commit is contained in:
parent
97fd8dc13e
commit
348e3a07b4
1 changed files with 3 additions and 0 deletions
|
@ -204,6 +204,9 @@ function DisplayWPAConfig(){
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
<div class="btn-group btn-block">
|
||||||
|
<a href=".?<?php echo $_SERVER['QUERY_STRING']; ?>" style="padding:10px;" class="col-md-6-btn btn-info" id="update">Rescan</a>
|
||||||
|
</div>
|
||||||
</div><!-- ./ Panel body -->
|
</div><!-- ./ Panel body -->
|
||||||
<div class="panel-footer"><strong>Note,</strong> WEP access points appear as 'Open'. RaspAP does not currently support connecting to WEP.</div>
|
<div class="panel-footer"><strong>Note,</strong> WEP access points appear as 'Open'. RaspAP does not currently support connecting to WEP.</div>
|
||||||
</div><!-- /.panel-primary -->
|
</div><!-- /.panel-primary -->
|
||||||
|
|
Loading…
Reference in a new issue