1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Update snapshots

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-11-07 14:50:20 -05:00
parent a052e40bda
commit ca442b5ee7

View File

@ -45,11 +45,7 @@ exports[`<CustomResourceDetails /> with a CRD with a boolean field should displa
<span
class="value"
>
<ul>
<li>
false
</li>
</ul>
false
</span>
</div>
</div>
@ -101,11 +97,7 @@ exports[`<CustomResourceDetails /> with a CRD with a boolean field should displa
<span
class="value"
>
<ul>
<li>
true
</li>
</ul>
true
</span>
</div>
</div>
@ -157,11 +149,7 @@ exports[`<CustomResourceDetails /> with a CRD with a number field should display
<span
class="value"
>
<ul>
<li>
0
</li>
</ul>
0
</span>
</div>
</div>
@ -213,11 +201,7 @@ exports[`<CustomResourceDetails /> with a CRD with a number field should display
<span
class="value"
>
<ul>
<li>
1234
</li>
</ul>
1234
</span>
</div>
</div>