2019-08-19 00:48:37 +02:00
< div class = " row " >
< div class = " col-lg-12 " >
2019-10-13 00:04:27 +02:00
< div class = " card " >
2019-10-14 22:21:56 +02:00
< div class = " card-header " >< i class = " fas fa-wifi mr-2 " ></ i >< ? php echo _ ( " Configure WiFi client " ); ?> </div>
2019-10-13 00:04:27 +02:00
<!-- /. card - heading -->
< div class = " card-body " >
2019-08-19 02:08:46 +02:00
< ? php $status -> showMessages (); ?>
2019-08-19 00:48:37 +02:00
< h4 >< ? php echo _ ( " Client settings " ); ?> </h4>
< div class = " btn-group btn-block " >
< button type = " button " style = " padding:10px;float: right;display: block;position: relative;margin-top: -55px; " class = " col-md-2 btn btn-info js-reload-wifi-stations " >< ? php echo _ ( " Rescan " ); ?> </button>
</ div >
< form method = " POST " action = " ?page=wpa_conf " name = " wpa_conf_form " class = " row " >
2019-09-07 17:42:31 +02:00
< ? php echo CSRFTokenFieldTag () ?>
2019-08-19 00:48:37 +02:00
< input type = " hidden " name = " client_settings " ?>
2019-10-13 00:04:27 +02:00
< div class = " js-wifi-stations loading-spinner w-100 " ></ div >
2019-08-19 00:48:37 +02:00
</ form >
2019-10-13 00:04:27 +02:00
</ div ><!-- ./ card - body -->
< div class = " card-footer " >< ? php echo _ ( " <strong>Note:</strong> WEP access points appear as 'Open'. RaspAP does not currently support connecting to WEP " ); ?> </div>
</ div ><!-- /. card -->
2019-08-19 00:48:37 +02:00
</ div ><!-- /. col - lg - 12 -->
</ div ><!-- /. row -->