1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Merge pull request #922 from RaspAP/wifi-stations-extra

Wifi stations extra
This commit is contained in:
Bill Zimmerman 2021-06-01 19:55:52 +02:00 committed by GitHub
commit 97e6d3eda8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 3 deletions

View File

@ -17,7 +17,8 @@ body {
}
.h-underlined {
border-bottom: 1px solid #343434;
border-bottom: 1px solid #e3e6f0;
padding-bottom: 0.3rem;
}
.page-header {

View File

@ -34,7 +34,8 @@ h5.card-title {
}
.h-underlined {
border-bottom: 1px solid #343434;
border-bottom: 1px solid #e3e6f0;
padding-bottom: 0.3rem;
}
.card, .modal-dialog {

View File

@ -24,7 +24,8 @@ h5.card-title {
}
.h-underlined {
border-bottom: 1px solid #343434;
border-bottom: 1px solid #e3e6f0;
padding-bottom: 0.3rem;
}
.page-header {

View File

@ -147,6 +147,15 @@ msgstr "Hide"
msgid "Not configured"
msgstr "Not configured"
msgid "Connected"
msgstr "Connected"
msgid "Known"
msgstr "Known"
msgid "Nearby"
msgstr "Nearby"
msgid "<strong>Note:</strong> WEP access points appear as 'Open'. RaspAP does not currently support connecting to WEP"
msgstr "<strong>Note:</strong> WEP access points appear as 'Open'. RaspAP does not currently support connecting to WEP"