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:
parent
e5f6d4185a
commit
8d0c1b6b43
@ -498,7 +498,6 @@ exports[`workload overview when navigating to workload overview renders 1`] = `
|
|||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable small"
|
class="Icon material interactive focusable small"
|
||||||
id="tooltip_target_13"
|
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
@ -507,8 +506,10 @@ exports[`workload overview when navigating to workload overview renders 1`] = `
|
|||||||
>
|
>
|
||||||
close
|
close
|
||||||
</span>
|
</span>
|
||||||
<div />
|
|
||||||
</i>
|
</i>
|
||||||
|
<div>
|
||||||
|
Close ⌘+W
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -532,12 +533,13 @@ exports[`workload overview when navigating to workload overview renders 1`] = `
|
|||||||
>
|
>
|
||||||
add
|
add
|
||||||
</span>
|
</span>
|
||||||
<div />
|
|
||||||
</i>
|
</i>
|
||||||
|
<div>
|
||||||
|
New tab
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
id="tooltip_target_15"
|
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
@ -546,11 +548,12 @@ exports[`workload overview when navigating to workload overview renders 1`] = `
|
|||||||
>
|
>
|
||||||
fullscreen
|
fullscreen
|
||||||
</span>
|
</span>
|
||||||
<div />
|
|
||||||
</i>
|
</i>
|
||||||
|
<div>
|
||||||
|
Fit to window
|
||||||
|
</div>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
id="tooltip_target_16"
|
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
@ -559,8 +562,10 @@ exports[`workload overview when navigating to workload overview renders 1`] = `
|
|||||||
>
|
>
|
||||||
keyboard_arrow_up
|
keyboard_arrow_up
|
||||||
</span>
|
</span>
|
||||||
<div />
|
|
||||||
</i>
|
</i>
|
||||||
|
<div>
|
||||||
|
Open
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -317,6 +317,7 @@ exports[`cluster/namespaces - edit namespaces from previously opened tab given t
|
|||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
class="WorkloadsOverview flex column gaps"
|
class="WorkloadsOverview flex column gaps"
|
||||||
|
data-testid="page-for-workloads-overview"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="header flex gaps align-center"
|
class="header flex gaps align-center"
|
||||||
@ -874,6 +875,7 @@ exports[`cluster/namespaces - edit namespaces from previously opened tab given t
|
|||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
class="WorkloadsOverview flex column gaps"
|
class="WorkloadsOverview flex column gaps"
|
||||||
|
data-testid="page-for-workloads-overview"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="header flex gaps align-center"
|
class="header flex gaps align-center"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user