mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-12-26 00:21:36 +01:00
Update Snapshots
This commit is contained in:
parent
688192504f
commit
af0fb80e45
|
@ -251,7 +251,7 @@ exports[`<WiFiSettings/> Snapshot 2.4 GHz 1`] = `
|
||||||
exports[`<WiFiSettings/> Snapshot both modules disabled. 1`] = `
|
exports[`<WiFiSettings/> Snapshot both modules disabled. 1`] = `
|
||||||
<DocumentFragment>
|
<DocumentFragment>
|
||||||
<div
|
<div
|
||||||
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-4"
|
||||||
>
|
>
|
||||||
<form>
|
<form>
|
||||||
<div
|
<div
|
||||||
|
@ -309,6 +309,9 @@ exports[`<WiFiSettings/> Snapshot both modules disabled. 1`] = `
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="card p-4 col-sm-12 col-lg-12 p-0 mb-4"
|
||||||
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Reset Wi-Fi Settings
|
Reset Wi-Fi Settings
|
||||||
</h2>
|
</h2>
|
||||||
|
@ -319,7 +322,7 @@ current Wi-Fi configuration and restore the default values.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<div
|
<div
|
||||||
class="col-sm-12 col-lg-12 p-0 mb-3 text-right"
|
class="text-right"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
class="btn btn-warning col-sm-12 col-md-3 col-lg-2"
|
class="btn btn-warning col-sm-12 col-md-3 col-lg-2"
|
||||||
|
@ -328,6 +331,7 @@ current Wi-Fi configuration and restore the default values.
|
||||||
Reset Wi-Fi Settings
|
Reset Wi-Fi Settings
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</DocumentFragment>
|
</DocumentFragment>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user