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 2020-08-18 15:40:13 +02:00
parent 5ae129b0f5
commit a434ecac18
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -5,7 +5,7 @@ exports[`<WiFiSettings/> Snapshot 2.4 GHz 1`] = `
- First value - First value
+ Second value + Second value
@@ -246,207 +246,95 @@ @@ -245,207 +245,95 @@
value=\\"0\\" value=\\"0\\"
> >
auto auto
@ -254,14 +254,11 @@ exports[`<WiFiSettings/> Snapshot both modules disabled. 1`] = `
class="card p-4 col-sm-12 col-lg-12 p-0 mb-3" class="card p-4 col-sm-12 col-lg-12 p-0 mb-3"
> >
<form> <form>
<h2>
Wi-Fi 1
</h2>
<div <div
class="form-group" class="form-group"
> >
<div <div
class="custom-control custom-checkbox " class="custom-control custom-switch custom-control-inline switch-heading"
> >
<input <input
class="custom-control-input" class="custom-control-input"
@ -272,18 +269,18 @@ exports[`<WiFiSettings/> Snapshot both modules disabled. 1`] = `
class="custom-control-label" class="custom-control-label"
for="1" for="1"
> >
Enable <h2>
Wi-Fi 1
</h2>
</label> </label>
</div> </div>
</div> </div>
<h2> <hr />
Wi-Fi 2
</h2>
<div <div
class="form-group" class="form-group"
> >
<div <div
class="custom-control custom-checkbox " class="custom-control custom-switch custom-control-inline switch-heading"
> >
<input <input
class="custom-control-input" class="custom-control-input"
@ -294,7 +291,9 @@ exports[`<WiFiSettings/> Snapshot both modules disabled. 1`] = `
class="custom-control-label" class="custom-control-label"
for="2" for="2"
> >
Enable <h2>
Wi-Fi 2
</h2>
</label> </label>
</div> </div>
</div> </div>
@ -337,10 +336,10 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
- First value - First value
+ Second value + Second value
@@ -475,10 +475,89 @@ @@ -474,10 +474,89 @@
Parameters of the guest network can be set in the Guest network tab.
</small> </small>
</label>
</div> </div>
</div> </div>
+ <div + <div
@ -422,12 +421,12 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
+ +
+ </small> + </small>
+ </div> + </div>
<h2> <hr />
Wi-Fi 2
</h2>
<div <div
class=\\"form-group\\" class=\\"form-group\\"
@@ -502,10 +581,11 @@ >
<div
@@ -501,10 +580,11 @@
<div <div
class=\\"text-right\\" class=\\"text-right\\"
> >
@ -446,9 +445,9 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
- First value - First value
+ Second value + Second value
@@ -23,10 +23,462 @@ @@ -22,10 +22,462 @@
> Wi-Fi 1
Enable </h2>
</label> </label>
</div> </div>
</div> </div>
@ -880,7 +879,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ class=\\"form-group\\" + class=\\"form-group\\"
+ > + >
+ <div + <div
+ class=\\"custom-control custom-checkbox \\" + class=\\"custom-control custom-switch\\"
+ > + >
+ <input + <input
+ class=\\"custom-control-input\\" + class=\\"custom-control-input\\"
@ -891,9 +890,10 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ class=\\"custom-control-label\\" + class=\\"custom-control-label\\"
+ for=\\"10\\" + for=\\"10\\"
+ > + >
+ Enable Guest Wifi + Enable Guest Wi-Fi
+ </label>
+ <small + <small
+ class=\\"form-text text-muted\\" + class=\\"form-text text-muted mt-0 mb-3\\"
+ > + >
+ +
+ Enables Wi-Fi for guests, which is separated from LAN network. Devices connected to this network are allowed to + Enables Wi-Fi for guests, which is separated from LAN network. Devices connected to this network are allowed to
@ -901,12 +901,11 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ Parameters of the guest network can be set in the Guest network tab. + Parameters of the guest network can be set in the Guest network tab.
+ +
+ </small> + </small>
+ </label>
+ </div> + </div>
+ </div> + </div>
<h2> <hr />
Wi-Fi 2
</h2>
<div <div
class=\\"form-group\\"" class=\\"form-group\\"
>
<div"
`; `;