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
1903016f13
commit
8bd71a08af
|
@ -11,7 +11,7 @@ exports[`<RadioSet/> Render radio set 1`] = `
|
|||
Radios set label
|
||||
</label>
|
||||
<div
|
||||
class="custom-control custom-radio custom-control-inline"
|
||||
class="custom-control custom-radio"
|
||||
>
|
||||
<input
|
||||
checked=""
|
||||
|
@ -29,7 +29,7 @@ exports[`<RadioSet/> Render radio set 1`] = `
|
|||
</label>
|
||||
</div>
|
||||
<div
|
||||
class="custom-control custom-radio custom-control-inline"
|
||||
class="custom-control custom-radio"
|
||||
>
|
||||
<input
|
||||
class="custom-control-input"
|
||||
|
@ -46,7 +46,7 @@ exports[`<RadioSet/> Render radio set 1`] = `
|
|||
</label>
|
||||
</div>
|
||||
<div
|
||||
class="custom-control custom-radio custom-control-inline"
|
||||
class="custom-control custom-radio"
|
||||
>
|
||||
<input
|
||||
class="custom-control-input"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
exports[`<Switch/> Render switch 1`] = `
|
||||
<div
|
||||
class="form-group"
|
||||
class="form-group switch"
|
||||
>
|
||||
<div
|
||||
class="custom-control custom-switch"
|
||||
|
@ -30,7 +30,7 @@ exports[`<Switch/> Render switch 1`] = `
|
|||
|
||||
exports[`<Switch/> Render uncheked switch 1`] = `
|
||||
<div
|
||||
class="form-group"
|
||||
class="form-group switch"
|
||||
>
|
||||
<div
|
||||
class="custom-control custom-switch"
|
||||
|
|
|
@ -255,7 +255,7 @@ exports[`<WiFiSettings/> Snapshot both modules disabled. 1`] = `
|
|||
>
|
||||
<form>
|
||||
<div
|
||||
class="form-group"
|
||||
class="form-group switch"
|
||||
>
|
||||
<div
|
||||
class="custom-control custom-switch custom-control-inline switch-heading"
|
||||
|
@ -277,7 +277,7 @@ exports[`<WiFiSettings/> Snapshot both modules disabled. 1`] = `
|
|||
</div>
|
||||
<hr />
|
||||
<div
|
||||
class="form-group"
|
||||
class="form-group switch"
|
||||
>
|
||||
<div
|
||||
class="custom-control custom-switch custom-control-inline switch-heading"
|
||||
|
@ -423,7 +423,7 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
|
|||
+ </div>
|
||||
<hr />
|
||||
<div
|
||||
class=\\"form-group\\"
|
||||
class=\\"form-group switch\\"
|
||||
>
|
||||
<div
|
||||
@@ -501,10 +580,11 @@
|
||||
|
@ -560,7 +560,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
|
|||
+ GHz
|
||||
+ </label>
|
||||
+ <div
|
||||
+ class=\\"custom-control custom-radio custom-control-inline\\"
|
||||
+ class=\\"custom-control custom-radio\\"
|
||||
+ >
|
||||
+ <input
|
||||
+ class=\\"custom-control-input\\"
|
||||
|
@ -577,7 +577,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
|
|||
+ </label>
|
||||
+ </div>
|
||||
+ <div
|
||||
+ class=\\"custom-control custom-radio custom-control-inline\\"
|
||||
+ class=\\"custom-control custom-radio\\"
|
||||
+ >
|
||||
+ <input
|
||||
+ checked=\\"\\"
|
||||
|
@ -876,7 +876,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
|
|||
+ </select>
|
||||
+ </div>
|
||||
+ <div
|
||||
+ class=\\"form-group\\"
|
||||
+ class=\\"form-group switch\\"
|
||||
+ >
|
||||
+ <div
|
||||
+ class=\\"custom-control custom-switch\\"
|
||||
|
@ -905,7 +905,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
|
|||
+ </div>
|
||||
<hr />
|
||||
<div
|
||||
class=\\"form-group\\"
|
||||
class=\\"form-group switch\\"
|
||||
>
|
||||
<div"
|
||||
`;
|
||||
|
|
Loading…
Reference in New Issue
Block a user