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