1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-11-14 17:35:35 +01:00

Update Snapshots

This commit is contained in:
Aleksandr Gumroian 2024-06-06 16:32:08 +02:00
parent 0f1f98e70c
commit e1722fa3e2
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -350,7 +350,7 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
+ >
+ <label
+ class=\\"form-label\\"
+ for=\\"24\\"
+ for=\\"12\\"
+ >
+ SSID
+ </label>
@ -359,7 +359,7 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
+ >
+ <input
+ class=\\"form-control\\"
+ id=\\"24\\"
+ id=\\"12\\"
+ type=\\"text\\"
+ value=\\"TestGuestSSID\\"
+ />
@ -392,7 +392,7 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
+ >
+ <label
+ class=\\"form-label\\"
+ for=\\"25\\"
+ for=\\"13\\"
+ >
+ Password
+ </label>
@ -402,7 +402,7 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
+ <input
+ autocomplete=\\"current-password\\"
+ class=\\"form-control is-invalid\\"
+ id=\\"25\\"
+ id=\\"13\\"
+ required=\\"\\"
+ type=\\"password\\"
+ value=\\"\\"
@ -464,7 +464,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ >
+ <label
+ class=\\"form-label\\"
+ for=\\"4\\"
+ for=\\"3\\"
+ >
+ SSID
+ </label>
@ -473,7 +473,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ >
+ <input
+ class=\\"form-control\\"
+ id=\\"4\\"
+ id=\\"3\\"
+ required=\\"\\"
+ type=\\"text\\"
+ value=\\"TestSSID1\\"
@ -503,7 +503,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ >
+ <label
+ class=\\"form-label\\"
+ for=\\"5\\"
+ for=\\"4\\"
+ >
+ Password
+ </label>
@ -513,7 +513,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ <input
+ autocomplete=\\"current-password\\"
+ class=\\"form-control\\"
+ id=\\"5\\"
+ id=\\"4\\"
+ required=\\"\\"
+ type=\\"password\\"
+ value=\\"TestPass\\"
@ -540,13 +540,13 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ >
+ <input
+ class=\\"form-check-input\\"
+ id=\\"6\\"
+ id=\\"5\\"
+ role=\\"switch\\"
+ type=\\"checkbox\\"
+ />
+ <label
+ class=\\"form-check-label\\"
+ for=\\"6\\"
+ for=\\"5\\"
+ >
+ Hide SSID
+ </label>
@ -563,7 +563,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ >
+ <label
+ class=\\"d-block\\"
+ for=\\"7\\"
+ for=\\"6\\"
+ >
+ GHz
+ </label>
@ -615,13 +615,13 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ >
+ <label
+ class=\\"form-label\\"
+ for=\\"8\\"
+ for=\\"7\\"
+ >
+ 802.11n/ac/ax mode
+ </label>
+ <select
+ class=\\"form-select\\"
+ id=\\"8\\"
+ id=\\"7\\"
+ >
+ <option
+ value=\\"NOHT\\"
@ -667,13 +667,13 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ >
+ <label
+ class=\\"form-label\\"
+ for=\\"9\\"
+ for=\\"8\\"
+ >
+ Channel
+ </label>
+ <select
+ class=\\"form-select\\"
+ id=\\"9\\"
+ id=\\"8\\"
+ >
+ <option
+ value=\\"0\\"
@ -887,13 +887,13 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ >
+ <label
+ class=\\"form-label\\"
+ for=\\"10\\"
+ for=\\"9\\"
+ >
+ Encryption
+ </label>
+ <select
+ class=\\"form-select\\"
+ id=\\"10\\"
+ id=\\"9\\"
+ >
+ <option
+ value=\\"WPA3\\"
@ -924,13 +924,13 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ >
+ <input
+ class=\\"form-check-input\\"
+ id=\\"11\\"
+ id=\\"10\\"
+ role=\\"switch\\"
+ type=\\"checkbox\\"
+ />
+ <label
+ class=\\"form-check-label\\"
+ for=\\"11\\"
+ for=\\"10\\"
+ >
+ Disable Management Frame Protection
+ </label>
@ -947,13 +947,13 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ >
+ <input
+ class=\\"form-check-input\\"
+ id=\\"12\\"
+ id=\\"11\\"
+ role=\\"switch\\"
+ type=\\"checkbox\\"
+ />
+ <label
+ class=\\"form-check-label\\"
+ for=\\"12\\"
+ for=\\"11\\"
+ >
+ Enable Guest Wi-Fi
+ </label>