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:
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,24 +309,28 @@ exports[`<WiFiSettings/> Snapshot both modules disabled. 1`] = `
|
|||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<h2>
|
||||
Reset Wi-Fi Settings
|
||||
</h2>
|
||||
<p>
|
||||
|
||||
<div
|
||||
class="card p-4 col-sm-12 col-lg-12 p-0 mb-4"
|
||||
>
|
||||
<h2>
|
||||
Reset Wi-Fi Settings
|
||||
</h2>
|
||||
<p>
|
||||
|
||||
If a number of wireless cards doesn't match, you may try to reset the Wi-Fi settings. Note that this will remove the
|
||||
current Wi-Fi configuration and restore the default values.
|
||||
|
||||
</p>
|
||||
<div
|
||||
class="col-sm-12 col-lg-12 p-0 mb-3 text-right"
|
||||
>
|
||||
<button
|
||||
class="btn btn-warning col-sm-12 col-md-3 col-lg-2"
|
||||
type="button"
|
||||
</p>
|
||||
<div
|
||||
class="text-right"
|
||||
>
|
||||
Reset Wi-Fi Settings
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-warning col-sm-12 col-md-3 col-lg-2"
|
||||
type="button"
|
||||
>
|
||||
Reset Wi-Fi Settings
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</DocumentFragment>
|
||||
`;
|
||||
|
|
|
@ -10,7 +10,7 @@ exports[`<RebootButton/> Render modal. 1`] = `
|
|||
role="dialog"
|
||||
>
|
||||
<div
|
||||
class="modal-dialog modal-dialog-centered"
|
||||
class="modal-dialog modal-dialog-centered"
|
||||
role="document"
|
||||
>
|
||||
<div
|
||||
|
|
Loading…
Reference in New Issue
Block a user