mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-12-25 00:11: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`] = `
|
||||
<DocumentFragment>
|
||||
<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>
|
||||
<div
|
||||
|
@ -309,6 +309,9 @@ exports[`<WiFiSettings/> Snapshot both modules disabled. 1`] = `
|
|||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div
|
||||
class="card p-4 col-sm-12 col-lg-12 p-0 mb-4"
|
||||
>
|
||||
<h2>
|
||||
Reset Wi-Fi Settings
|
||||
</h2>
|
||||
|
@ -319,7 +322,7 @@ current Wi-Fi configuration and restore the default values.
|
|||
|
||||
</p>
|
||||
<div
|
||||
class="col-sm-12 col-lg-12 p-0 mb-3 text-right"
|
||||
class="text-right"
|
||||
>
|
||||
<button
|
||||
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
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</DocumentFragment>
|
||||
`;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user