mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Update snapshots
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
2d97f2313b
commit
415f1a830b
@ -10,10 +10,14 @@ exports[`extension special characters in page registrations renders 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -22,6 +26,13 @@ exports[`extension special characters in page registrations renders 1`] = `
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -33,6 +44,13 @@ exports[`extension special characters in page registrations renders 1`] = `
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -46,9 +64,10 @@ exports[`extension special characters in page registrations renders 1`] = `
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -76,7 +95,7 @@ exports[`extension special characters in page registrations renders 1`] = `
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -210,6 +229,9 @@ exports[`extension special characters in page registrations when navigating to r
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -223,6 +245,13 @@ exports[`extension special characters in page registrations when navigating to r
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -234,6 +263,13 @@ exports[`extension special characters in page registrations when navigating to r
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -247,9 +283,10 @@ exports[`extension special characters in page registrations when navigating to r
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -10,10 +10,14 @@ exports[`navigate to extension page renders 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -22,6 +26,13 @@ exports[`navigate to extension page renders 1`] = `
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -33,6 +44,13 @@ exports[`navigate to extension page renders 1`] = `
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -46,9 +64,10 @@ exports[`navigate to extension page renders 1`] = `
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -76,7 +95,7 @@ exports[`navigate to extension page renders 1`] = `
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -210,6 +229,9 @@ exports[`navigate to extension page when extension navigates to child route rend
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -223,6 +245,13 @@ exports[`navigate to extension page when extension navigates to child route rend
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -234,6 +263,13 @@ exports[`navigate to extension page when extension navigates to child route rend
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -247,9 +283,10 @@ exports[`navigate to extension page when extension navigates to child route rend
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -331,6 +368,9 @@ exports[`navigate to extension page when extension navigates to route with param
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -344,6 +384,13 @@ exports[`navigate to extension page when extension navigates to route with param
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -355,6 +402,13 @@ exports[`navigate to extension page when extension navigates to route with param
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -368,9 +422,10 @@ exports[`navigate to extension page when extension navigates to route with param
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -468,6 +523,9 @@ exports[`navigate to extension page when extension navigates to route without pa
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -481,6 +539,13 @@ exports[`navigate to extension page when extension navigates to route without pa
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -492,6 +557,13 @@ exports[`navigate to extension page when extension navigates to route without pa
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -505,9 +577,10 @@ exports[`navigate to extension page when extension navigates to route without pa
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -605,6 +678,9 @@ exports[`navigate to extension page when extension navigates to route without pa
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -618,6 +694,13 @@ exports[`navigate to extension page when extension navigates to route without pa
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -629,6 +712,13 @@ exports[`navigate to extension page when extension navigates to route without pa
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -642,9 +732,10 @@ exports[`navigate to extension page when extension navigates to route without pa
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -10,6 +10,9 @@ exports[`navigating between routes given route with optional path parameters whe
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -23,6 +26,13 @@ exports[`navigating between routes given route with optional path parameters whe
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -34,6 +44,13 @@ exports[`navigating between routes given route with optional path parameters whe
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -47,9 +64,10 @@ exports[`navigating between routes given route with optional path parameters whe
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -134,6 +152,9 @@ exports[`navigating between routes given route without path parameters when navi
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -147,6 +168,13 @@ exports[`navigating between routes given route without path parameters when navi
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -158,6 +186,13 @@ exports[`navigating between routes given route without path parameters when navi
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -171,9 +206,10 @@ exports[`navigating between routes given route without path parameters when navi
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -10,10 +10,14 @@ exports[`add-cluster - navigation using application menu renders 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -22,6 +26,13 @@ exports[`add-cluster - navigation using application menu renders 1`] = `
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -33,6 +44,13 @@ exports[`add-cluster - navigation using application menu renders 1`] = `
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -46,9 +64,10 @@ exports[`add-cluster - navigation using application menu renders 1`] = `
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -76,7 +95,7 @@ exports[`add-cluster - navigation using application menu renders 1`] = `
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -210,6 +229,9 @@ exports[`add-cluster - navigation using application menu when navigating to add
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -223,6 +245,13 @@ exports[`add-cluster - navigation using application menu when navigating to add
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -234,6 +263,13 @@ exports[`add-cluster - navigation using application menu when navigating to add
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -247,9 +283,10 @@ exports[`add-cluster - navigation using application menu when navigating to add
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -279,7 +316,7 @@ exports[`add-cluster - navigation using application menu when navigating to add
|
|||||||
</code>
|
</code>
|
||||||
file.
|
file.
|
||||||
<a
|
<a
|
||||||
href="https://docs.k8slens.dev/main/getting-started/add-cluster/"
|
href="https://docs.k8slens.dev/main/catalog/add-cluster/"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
|||||||
@ -11,10 +11,14 @@ exports[`installing update when started renders 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -23,6 +27,13 @@ exports[`installing update when started renders 1`] = `
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -34,6 +45,13 @@ exports[`installing update when started renders 1`] = `
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -47,9 +65,10 @@ exports[`installing update when started renders 1`] = `
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -77,7 +96,7 @@ exports[`installing update when started renders 1`] = `
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -213,10 +232,14 @@ exports[`installing update when started when user checks for updates renders 1`]
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -225,6 +248,13 @@ exports[`installing update when started when user checks for updates renders 1`]
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -236,6 +266,13 @@ exports[`installing update when started when user checks for updates renders 1`]
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -249,9 +286,10 @@ exports[`installing update when started when user checks for updates renders 1`]
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -279,7 +317,7 @@ exports[`installing update when started when user checks for updates renders 1`]
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -415,10 +453,14 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -427,6 +469,13 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -438,6 +487,13 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -451,9 +507,10 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -481,7 +538,7 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -617,10 +674,14 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -629,6 +690,13 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -640,6 +708,13 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -651,6 +726,13 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
arrow_forward
|
arrow_forward
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<button
|
<button
|
||||||
class="updateButton"
|
class="updateButton"
|
||||||
data-testid="update-button"
|
data-testid="update-button"
|
||||||
@ -670,9 +752,7 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
</i>
|
</i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div
|
</div>
|
||||||
class="items"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
@ -701,7 +781,7 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -837,10 +917,14 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -849,6 +933,13 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -860,6 +951,13 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -871,6 +969,13 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
arrow_forward
|
arrow_forward
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<button
|
<button
|
||||||
class="updateButton"
|
class="updateButton"
|
||||||
data-testid="update-button"
|
data-testid="update-button"
|
||||||
@ -890,9 +995,7 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
</i>
|
</i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div
|
</div>
|
||||||
class="items"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
@ -921,7 +1024,7 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -1057,10 +1160,14 @@ exports[`installing update when started when user checks for updates when no new
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -1069,6 +1176,13 @@ exports[`installing update when started when user checks for updates when no new
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1080,6 +1194,13 @@ exports[`installing update when started when user checks for updates when no new
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1093,9 +1214,10 @@ exports[`installing update when started when user checks for updates when no new
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1123,7 +1245,7 @@ exports[`installing update when started when user checks for updates when no new
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
|
|||||||
@ -11,10 +11,14 @@ exports[`encourage user to update when sufficient time passed since update was d
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -23,6 +27,13 @@ exports[`encourage user to update when sufficient time passed since update was d
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -34,6 +45,13 @@ exports[`encourage user to update when sufficient time passed since update was d
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -45,6 +63,13 @@ exports[`encourage user to update when sufficient time passed since update was d
|
|||||||
arrow_forward
|
arrow_forward
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<button
|
<button
|
||||||
class="updateButton"
|
class="updateButton"
|
||||||
data-testid="update-button"
|
data-testid="update-button"
|
||||||
@ -65,6 +90,7 @@ exports[`encourage user to update when sufficient time passed since update was d
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -92,7 +118,7 @@ exports[`encourage user to update when sufficient time passed since update was d
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -228,10 +254,14 @@ exports[`encourage user to update when sufficient time passed since update was d
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -240,6 +270,13 @@ exports[`encourage user to update when sufficient time passed since update was d
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -251,6 +288,13 @@ exports[`encourage user to update when sufficient time passed since update was d
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -263,6 +307,10 @@ exports[`encourage user to update when sufficient time passed since update was d
|
|||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
@ -291,7 +339,7 @@ exports[`encourage user to update when sufficient time passed since update was d
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
|
|||||||
@ -11,10 +11,14 @@ exports[`installing update using tray when started renders 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -23,6 +27,13 @@ exports[`installing update using tray when started renders 1`] = `
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -34,6 +45,13 @@ exports[`installing update using tray when started renders 1`] = `
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -47,9 +65,10 @@ exports[`installing update using tray when started renders 1`] = `
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -77,7 +96,7 @@ exports[`installing update using tray when started renders 1`] = `
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -213,10 +232,14 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -225,6 +248,13 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -236,6 +266,13 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -249,9 +286,10 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -279,7 +317,7 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -415,10 +453,14 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -427,6 +469,13 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -438,6 +487,13 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -451,9 +507,10 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -481,7 +538,7 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -617,10 +674,14 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -629,6 +690,13 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -640,6 +708,13 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -651,6 +726,13 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
arrow_forward
|
arrow_forward
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<button
|
<button
|
||||||
class="updateButton"
|
class="updateButton"
|
||||||
data-testid="update-button"
|
data-testid="update-button"
|
||||||
@ -670,9 +752,7 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
</i>
|
</i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div
|
</div>
|
||||||
class="items"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
@ -701,7 +781,7 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -837,10 +917,14 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -849,6 +933,13 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -860,6 +951,13 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -871,6 +969,13 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
arrow_forward
|
arrow_forward
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<button
|
<button
|
||||||
class="updateButton"
|
class="updateButton"
|
||||||
data-testid="update-button"
|
data-testid="update-button"
|
||||||
@ -890,9 +995,7 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
</i>
|
</i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div
|
</div>
|
||||||
class="items"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
@ -921,7 +1024,7 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -1057,10 +1160,14 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -1069,6 +1176,13 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1080,6 +1194,13 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1093,9 +1214,10 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1123,7 +1245,7 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
|
|||||||
@ -11,10 +11,14 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -23,6 +27,13 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -34,6 +45,13 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -45,6 +63,13 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
arrow_forward
|
arrow_forward
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<button
|
<button
|
||||||
class="updateButton"
|
class="updateButton"
|
||||||
data-testid="update-button"
|
data-testid="update-button"
|
||||||
@ -64,9 +89,7 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
</i>
|
</i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div
|
</div>
|
||||||
class="items"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
@ -95,7 +118,7 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -231,10 +254,14 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -243,6 +270,13 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -254,6 +288,13 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -265,6 +306,13 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
arrow_forward
|
arrow_forward
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<button
|
<button
|
||||||
class="updateButton"
|
class="updateButton"
|
||||||
data-testid="update-button"
|
data-testid="update-button"
|
||||||
@ -284,9 +332,7 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
</i>
|
</i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div
|
</div>
|
||||||
class="items"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
@ -315,7 +361,7 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -498,10 +544,14 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -510,6 +560,13 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -521,6 +578,13 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -532,6 +596,13 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
arrow_forward
|
arrow_forward
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<button
|
<button
|
||||||
class="updateButton"
|
class="updateButton"
|
||||||
data-testid="update-button"
|
data-testid="update-button"
|
||||||
@ -551,9 +622,7 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
</i>
|
</i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div
|
</div>
|
||||||
class="items"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
@ -582,7 +651,7 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
|
|||||||
@ -11,10 +11,14 @@ exports[`periodical checking of updates given updater is enabled and configurati
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -23,6 +27,13 @@ exports[`periodical checking of updates given updater is enabled and configurati
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -34,6 +45,13 @@ exports[`periodical checking of updates given updater is enabled and configurati
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -47,9 +65,10 @@ exports[`periodical checking of updates given updater is enabled and configurati
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -77,7 +96,7 @@ exports[`periodical checking of updates given updater is enabled and configurati
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
|
|||||||
@ -11,10 +11,14 @@ exports[`selection of update stability when started renders 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -23,6 +27,13 @@ exports[`selection of update stability when started renders 1`] = `
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -34,6 +45,13 @@ exports[`selection of update stability when started renders 1`] = `
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -47,9 +65,10 @@ exports[`selection of update stability when started renders 1`] = `
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -77,7 +96,7 @@ exports[`selection of update stability when started renders 1`] = `
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
|
|||||||
@ -11,6 +11,9 @@ exports[`Command Pallet: keyboard shortcut tests when on linux renders 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="winMenu"
|
class="winMenu"
|
||||||
@ -39,9 +42,17 @@ exports[`Command Pallet: keyboard shortcut tests when on linux renders 1`] = `
|
|||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -50,6 +61,13 @@ exports[`Command Pallet: keyboard shortcut tests when on linux renders 1`] = `
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -61,6 +79,13 @@ exports[`Command Pallet: keyboard shortcut tests when on linux renders 1`] = `
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -74,7 +99,10 @@ exports[`Command Pallet: keyboard shortcut tests when on linux renders 1`] = `
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="windowButtons linuxButtons"
|
class="windowButtons linuxButtons"
|
||||||
@ -131,6 +159,7 @@ exports[`Command Pallet: keyboard shortcut tests when on linux renders 1`] = `
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -158,7 +187,7 @@ exports[`Command Pallet: keyboard shortcut tests when on linux renders 1`] = `
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -294,6 +323,9 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing ESC
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="winMenu"
|
class="winMenu"
|
||||||
@ -322,9 +354,17 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing ESC
|
|||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -333,6 +373,13 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing ESC
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -344,6 +391,13 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing ESC
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -357,7 +411,10 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing ESC
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="windowButtons linuxButtons"
|
class="windowButtons linuxButtons"
|
||||||
@ -414,6 +471,7 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing ESC
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -441,7 +499,7 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing ESC
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -577,6 +635,9 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing SHI
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="winMenu"
|
class="winMenu"
|
||||||
@ -605,9 +666,17 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing SHI
|
|||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -616,6 +685,13 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing SHI
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -627,6 +703,13 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing SHI
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -640,7 +723,10 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing SHI
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="windowButtons linuxButtons"
|
class="windowButtons linuxButtons"
|
||||||
@ -697,6 +783,7 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing SHI
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -724,7 +811,7 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing SHI
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -872,6 +959,9 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing SHI
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="winMenu"
|
class="winMenu"
|
||||||
@ -900,9 +990,17 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing SHI
|
|||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -911,6 +1009,13 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing SHI
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -922,6 +1027,13 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing SHI
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -935,7 +1047,10 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing SHI
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="windowButtons linuxButtons"
|
class="windowButtons linuxButtons"
|
||||||
@ -992,6 +1107,7 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing SHI
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1019,7 +1135,7 @@ exports[`Command Pallet: keyboard shortcut tests when on linux when pressing SHI
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -1155,10 +1271,14 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS renders 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -1167,6 +1287,13 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS renders 1`] = `
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1178,6 +1305,13 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS renders 1`] = `
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1191,9 +1325,10 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS renders 1`] = `
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1221,7 +1356,7 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS renders 1`] = `
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -1357,10 +1492,14 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing ESC
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -1369,6 +1508,13 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing ESC
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1380,6 +1526,13 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing ESC
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1393,9 +1546,10 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing ESC
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1423,7 +1577,7 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing ESC
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -1559,10 +1713,14 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing SHI
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -1571,6 +1729,13 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing SHI
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1582,6 +1747,13 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing SHI
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1595,9 +1767,10 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing SHI
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1625,7 +1798,7 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing SHI
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -1773,10 +1946,14 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing SHI
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -1785,6 +1962,13 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing SHI
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1796,6 +1980,13 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing SHI
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1809,9 +2000,10 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing SHI
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1839,7 +2031,7 @@ exports[`Command Pallet: keyboard shortcut tests when on macOS when pressing SHI
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
|
|||||||
@ -10,10 +10,14 @@ exports[`extensions - navigation using application menu renders 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -22,6 +26,13 @@ exports[`extensions - navigation using application menu renders 1`] = `
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -33,6 +44,13 @@ exports[`extensions - navigation using application menu renders 1`] = `
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -46,9 +64,10 @@ exports[`extensions - navigation using application menu renders 1`] = `
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -76,7 +95,7 @@ exports[`extensions - navigation using application menu renders 1`] = `
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -210,6 +229,9 @@ exports[`extensions - navigation using application menu when navigating to exten
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -223,6 +245,13 @@ exports[`extensions - navigation using application menu when navigating to exten
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -234,6 +263,13 @@ exports[`extensions - navigation using application menu when navigating to exten
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -247,9 +283,10 @@ exports[`extensions - navigation using application menu when navigating to exten
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -11,6 +11,9 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -24,6 +27,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -35,6 +45,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -48,9 +65,10 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -590,6 +608,9 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -603,6 +624,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -614,6 +642,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -627,9 +662,10 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1180,6 +1216,9 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -1193,6 +1232,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1204,6 +1250,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1217,9 +1270,10 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1881,6 +1935,9 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -1894,6 +1951,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1905,6 +1969,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1918,9 +1989,10 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -2479,6 +2551,9 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -2492,6 +2567,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -2503,6 +2585,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -2516,9 +2605,10 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -3180,6 +3270,9 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -3193,6 +3286,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -3204,6 +3304,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -3217,9 +3324,10 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -4063,6 +4171,9 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -4076,6 +4187,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -4087,6 +4205,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -4100,9 +4225,10 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -4764,6 +4890,9 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -4777,6 +4906,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -4788,6 +4924,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -4801,9 +4944,10 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -5647,6 +5791,9 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -5660,6 +5807,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -5671,6 +5825,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -5684,9 +5845,10 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -6349,6 +6511,9 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -6362,6 +6527,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -6373,6 +6545,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -6386,9 +6565,10 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -6947,6 +7127,9 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -6960,6 +7143,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -6971,6 +7161,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -6984,9 +7181,10 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -7534,6 +7732,9 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -7547,6 +7748,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -7558,6 +7766,13 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -7571,9 +7786,10 @@ exports[`add custom helm repository in preferences when navigating to preference
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -11,6 +11,9 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -24,6 +27,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -35,6 +45,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -48,9 +65,10 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -590,6 +608,9 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -603,6 +624,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -614,6 +642,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -627,9 +662,10 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1180,6 +1216,9 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -1193,6 +1232,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1204,6 +1250,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1217,9 +1270,10 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1823,6 +1877,9 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -1836,6 +1893,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1847,6 +1911,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1860,9 +1931,10 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -2413,6 +2485,9 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -2426,6 +2501,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -2437,6 +2519,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -2450,9 +2539,10 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -3003,6 +3093,9 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -3016,6 +3109,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -3027,6 +3127,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -3040,9 +3147,10 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -3582,6 +3690,9 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -3595,6 +3706,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -3606,6 +3724,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -3619,9 +3744,10 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -4206,6 +4332,9 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -4219,6 +4348,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -4230,6 +4366,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -4243,9 +4386,10 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -4893,6 +5037,9 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -4906,6 +5053,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -4917,6 +5071,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -4930,9 +5091,10 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -5517,6 +5679,9 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -5530,6 +5695,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -5541,6 +5713,13 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -5554,9 +5733,10 @@ exports[`add helm repository from list in preferences when navigating to prefere
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -11,6 +11,9 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -24,6 +27,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -35,6 +45,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -48,9 +65,10 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -590,6 +608,9 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -603,6 +624,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -614,6 +642,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -627,9 +662,10 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1169,6 +1205,9 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -1182,6 +1221,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1193,6 +1239,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1206,9 +1259,10 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1640,6 +1694,9 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -1653,6 +1710,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1664,6 +1728,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1677,9 +1748,10 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -2219,6 +2291,9 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -2232,6 +2307,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -2243,6 +2325,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -2256,9 +2345,10 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -2690,6 +2780,9 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -2703,6 +2796,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -2714,6 +2814,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -2727,9 +2834,10 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -3269,6 +3377,9 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -3282,6 +3393,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -3293,6 +3411,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -3306,9 +3431,10 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -3893,6 +4019,9 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -3906,6 +4035,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -3917,6 +4053,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -3930,9 +4073,10 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -4364,6 +4508,9 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -4377,6 +4524,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -4388,6 +4542,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -4401,9 +4562,10 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -4835,6 +4997,9 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -4848,6 +5013,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -4859,6 +5031,13 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -4872,9 +5051,10 @@ exports[`listing active helm repositories in preferences when navigating to pref
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -11,6 +11,9 @@ exports[`remove helm repository from list of active repositories in preferences
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -24,6 +27,13 @@ exports[`remove helm repository from list of active repositories in preferences
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -35,6 +45,13 @@ exports[`remove helm repository from list of active repositories in preferences
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -48,9 +65,10 @@ exports[`remove helm repository from list of active repositories in preferences
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -590,6 +608,9 @@ exports[`remove helm repository from list of active repositories in preferences
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -603,6 +624,13 @@ exports[`remove helm repository from list of active repositories in preferences
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -614,6 +642,13 @@ exports[`remove helm repository from list of active repositories in preferences
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -627,9 +662,10 @@ exports[`remove helm repository from list of active repositories in preferences
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1180,6 +1216,9 @@ exports[`remove helm repository from list of active repositories in preferences
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -1193,6 +1232,13 @@ exports[`remove helm repository from list of active repositories in preferences
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1204,6 +1250,13 @@ exports[`remove helm repository from list of active repositories in preferences
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1217,9 +1270,10 @@ exports[`remove helm repository from list of active repositories in preferences
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1770,6 +1824,9 @@ exports[`remove helm repository from list of active repositories in preferences
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -1783,6 +1840,13 @@ exports[`remove helm repository from list of active repositories in preferences
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1794,6 +1858,13 @@ exports[`remove helm repository from list of active repositories in preferences
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1807,9 +1878,10 @@ exports[`remove helm repository from list of active repositories in preferences
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -10,6 +10,9 @@ exports[`preferences - closing-preferences given accessing preferences directly
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -23,6 +26,13 @@ exports[`preferences - closing-preferences given accessing preferences directly
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -34,6 +44,13 @@ exports[`preferences - closing-preferences given accessing preferences directly
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -47,9 +64,10 @@ exports[`preferences - closing-preferences given accessing preferences directly
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -661,6 +679,9 @@ exports[`preferences - closing-preferences given accessing preferences directly
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -674,6 +695,13 @@ exports[`preferences - closing-preferences given accessing preferences directly
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -685,6 +713,13 @@ exports[`preferences - closing-preferences given accessing preferences directly
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -698,9 +733,10 @@ exports[`preferences - closing-preferences given accessing preferences directly
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -916,6 +952,9 @@ exports[`preferences - closing-preferences given accessing preferences directly
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -929,6 +968,13 @@ exports[`preferences - closing-preferences given accessing preferences directly
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -940,6 +986,13 @@ exports[`preferences - closing-preferences given accessing preferences directly
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -953,9 +1006,10 @@ exports[`preferences - closing-preferences given accessing preferences directly
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1037,6 +1091,9 @@ exports[`preferences - closing-preferences given accessing preferences directly
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -1050,6 +1107,13 @@ exports[`preferences - closing-preferences given accessing preferences directly
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1061,6 +1125,13 @@ exports[`preferences - closing-preferences given accessing preferences directly
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1074,9 +1145,10 @@ exports[`preferences - closing-preferences given accessing preferences directly
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1158,6 +1230,9 @@ exports[`preferences - closing-preferences given already in a page and then navi
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -1171,6 +1246,13 @@ exports[`preferences - closing-preferences given already in a page and then navi
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1182,6 +1264,13 @@ exports[`preferences - closing-preferences given already in a page and then navi
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1195,9 +1284,10 @@ exports[`preferences - closing-preferences given already in a page and then navi
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1809,6 +1899,9 @@ exports[`preferences - closing-preferences given already in a page and then navi
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -1822,6 +1915,13 @@ exports[`preferences - closing-preferences given already in a page and then navi
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1833,6 +1933,13 @@ exports[`preferences - closing-preferences given already in a page and then navi
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1846,9 +1953,10 @@ exports[`preferences - closing-preferences given already in a page and then navi
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -2064,6 +2172,9 @@ exports[`preferences - closing-preferences given already in a page and then navi
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -2077,6 +2188,13 @@ exports[`preferences - closing-preferences given already in a page and then navi
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -2088,6 +2206,13 @@ exports[`preferences - closing-preferences given already in a page and then navi
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -2101,9 +2226,10 @@ exports[`preferences - closing-preferences given already in a page and then navi
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -2319,6 +2445,9 @@ exports[`preferences - closing-preferences given already in a page and then navi
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -2332,6 +2461,13 @@ exports[`preferences - closing-preferences given already in a page and then navi
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -2343,6 +2479,13 @@ exports[`preferences - closing-preferences given already in a page and then navi
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -2356,9 +2499,10 @@ exports[`preferences - closing-preferences given already in a page and then navi
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -11,6 +11,9 @@ exports[`preferences: extension adding preference tabs given in preferences, whe
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -24,6 +27,13 @@ exports[`preferences: extension adding preference tabs given in preferences, whe
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -35,6 +45,13 @@ exports[`preferences: extension adding preference tabs given in preferences, whe
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -48,9 +65,10 @@ exports[`preferences: extension adding preference tabs given in preferences, whe
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -10,6 +10,9 @@ exports[`preferences - navigation to application preferences given in some child
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -23,6 +26,13 @@ exports[`preferences - navigation to application preferences given in some child
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -34,6 +44,13 @@ exports[`preferences - navigation to application preferences given in some child
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -47,9 +64,10 @@ exports[`preferences - navigation to application preferences given in some child
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -325,6 +343,9 @@ exports[`preferences - navigation to application preferences given in some child
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -338,6 +359,13 @@ exports[`preferences - navigation to application preferences given in some child
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -349,6 +377,13 @@ exports[`preferences - navigation to application preferences given in some child
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -362,9 +397,10 @@ exports[`preferences - navigation to application preferences given in some child
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -10,6 +10,9 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -23,6 +26,13 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -34,6 +44,13 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -47,9 +64,10 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -649,6 +667,9 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -662,6 +683,13 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -673,6 +701,13 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -686,9 +721,10 @@ exports[`preferences - navigation to editor preferences given in preferences, wh
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -25,6 +25,9 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -38,6 +41,13 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -49,6 +59,13 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -62,9 +79,10 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -314,6 +332,9 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -327,6 +348,13 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -338,6 +366,13 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -351,9 +386,10 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -615,6 +651,9 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -628,6 +667,13 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -639,6 +685,13 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -652,9 +705,10 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -916,6 +970,9 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -929,6 +986,13 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -940,6 +1004,13 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -953,9 +1024,10 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1240,6 +1312,9 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -1253,6 +1328,13 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1264,6 +1346,13 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1277,9 +1366,10 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1879,6 +1969,9 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -1892,6 +1985,13 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1903,6 +2003,13 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1916,9 +2023,10 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -2553,6 +2661,9 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -2566,6 +2677,13 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -2577,6 +2695,13 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -2590,9 +2715,10 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -2866,6 +2992,9 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -2879,6 +3008,13 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -2890,6 +3026,13 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -2903,9 +3046,10 @@ exports[`preferences - navigation to extension specific preferences given in pre
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -3125,6 +3269,9 @@ exports[`preferences - navigation to extension specific preferences when navigat
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -3138,6 +3285,13 @@ exports[`preferences - navigation to extension specific preferences when navigat
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -3149,6 +3303,13 @@ exports[`preferences - navigation to extension specific preferences when navigat
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -3162,9 +3323,10 @@ exports[`preferences - navigation to extension specific preferences when navigat
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -3414,6 +3576,9 @@ exports[`preferences - navigation to extension specific preferences when navigat
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -3427,6 +3592,13 @@ exports[`preferences - navigation to extension specific preferences when navigat
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -3438,6 +3610,13 @@ exports[`preferences - navigation to extension specific preferences when navigat
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -3451,9 +3630,10 @@ exports[`preferences - navigation to extension specific preferences when navigat
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -10,6 +10,9 @@ exports[`preferences - navigation to kubernetes preferences given in preferences
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -23,6 +26,13 @@ exports[`preferences - navigation to kubernetes preferences given in preferences
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -34,6 +44,13 @@ exports[`preferences - navigation to kubernetes preferences given in preferences
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -47,9 +64,10 @@ exports[`preferences - navigation to kubernetes preferences given in preferences
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -649,6 +667,9 @@ exports[`preferences - navigation to kubernetes preferences given in preferences
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -662,6 +683,13 @@ exports[`preferences - navigation to kubernetes preferences given in preferences
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -673,6 +701,13 @@ exports[`preferences - navigation to kubernetes preferences given in preferences
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -686,9 +721,10 @@ exports[`preferences - navigation to kubernetes preferences given in preferences
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -10,6 +10,9 @@ exports[`preferences - navigation to proxy preferences given in preferences, whe
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -23,6 +26,13 @@ exports[`preferences - navigation to proxy preferences given in preferences, whe
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -34,6 +44,13 @@ exports[`preferences - navigation to proxy preferences given in preferences, whe
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -47,9 +64,10 @@ exports[`preferences - navigation to proxy preferences given in preferences, whe
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -649,6 +667,9 @@ exports[`preferences - navigation to proxy preferences given in preferences, whe
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -662,6 +683,13 @@ exports[`preferences - navigation to proxy preferences given in preferences, whe
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -673,6 +701,13 @@ exports[`preferences - navigation to proxy preferences given in preferences, whe
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -686,9 +721,10 @@ exports[`preferences - navigation to proxy preferences given in preferences, whe
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -10,6 +10,9 @@ exports[`preferences - navigation to telemetry preferences given URL for Sentry
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -23,6 +26,13 @@ exports[`preferences - navigation to telemetry preferences given URL for Sentry
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -34,6 +44,13 @@ exports[`preferences - navigation to telemetry preferences given URL for Sentry
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -47,9 +64,10 @@ exports[`preferences - navigation to telemetry preferences given URL for Sentry
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -311,6 +329,9 @@ exports[`preferences - navigation to telemetry preferences given in preferences,
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -324,6 +345,13 @@ exports[`preferences - navigation to telemetry preferences given in preferences,
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -335,6 +363,13 @@ exports[`preferences - navigation to telemetry preferences given in preferences,
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -348,9 +383,10 @@ exports[`preferences - navigation to telemetry preferences given in preferences,
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -950,6 +986,9 @@ exports[`preferences - navigation to telemetry preferences given in preferences,
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -963,6 +1002,13 @@ exports[`preferences - navigation to telemetry preferences given in preferences,
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -974,6 +1020,13 @@ exports[`preferences - navigation to telemetry preferences given in preferences,
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -987,9 +1040,10 @@ exports[`preferences - navigation to telemetry preferences given in preferences,
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1601,6 +1655,9 @@ exports[`preferences - navigation to telemetry preferences given in preferences,
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -1614,6 +1671,13 @@ exports[`preferences - navigation to telemetry preferences given in preferences,
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1625,6 +1689,13 @@ exports[`preferences - navigation to telemetry preferences given in preferences,
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1638,9 +1709,10 @@ exports[`preferences - navigation to telemetry preferences given in preferences,
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -1890,6 +1962,9 @@ exports[`preferences - navigation to telemetry preferences given no URL for Sent
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -1903,6 +1978,13 @@ exports[`preferences - navigation to telemetry preferences given no URL for Sent
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -1914,6 +1996,13 @@ exports[`preferences - navigation to telemetry preferences given no URL for Sent
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -1927,9 +2016,10 @@ exports[`preferences - navigation to telemetry preferences given no URL for Sent
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -10,6 +10,9 @@ exports[`preferences - navigation to terminal preferences given in preferences,
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -23,6 +26,13 @@ exports[`preferences - navigation to terminal preferences given in preferences,
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -34,6 +44,13 @@ exports[`preferences - navigation to terminal preferences given in preferences,
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -47,9 +64,10 @@ exports[`preferences - navigation to terminal preferences given in preferences,
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -649,6 +667,9 @@ exports[`preferences - navigation to terminal preferences given in preferences,
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -662,6 +683,13 @@ exports[`preferences - navigation to terminal preferences given in preferences,
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -673,6 +701,13 @@ exports[`preferences - navigation to terminal preferences given in preferences,
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -686,9 +721,10 @@ exports[`preferences - navigation to terminal preferences given in preferences,
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -10,10 +10,14 @@ exports[`preferences - navigation using application menu renders 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -22,6 +26,13 @@ exports[`preferences - navigation using application menu renders 1`] = `
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -33,6 +44,13 @@ exports[`preferences - navigation using application menu renders 1`] = `
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -46,9 +64,10 @@ exports[`preferences - navigation using application menu renders 1`] = `
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -76,7 +95,7 @@ exports[`preferences - navigation using application menu renders 1`] = `
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -210,6 +229,9 @@ exports[`preferences - navigation using application menu when navigating to pref
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -223,6 +245,13 @@ exports[`preferences - navigation using application menu when navigating to pref
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -234,6 +263,13 @@ exports[`preferences - navigation using application menu when navigating to pref
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -247,9 +283,10 @@ exports[`preferences - navigation using application menu when navigating to pref
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -11,10 +11,14 @@ exports[`show-about-using-tray renders 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -23,6 +27,13 @@ exports[`show-about-using-tray renders 1`] = `
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -34,6 +45,13 @@ exports[`show-about-using-tray renders 1`] = `
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -47,9 +65,10 @@ exports[`show-about-using-tray renders 1`] = `
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -77,7 +96,7 @@ exports[`show-about-using-tray renders 1`] = `
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -213,6 +232,9 @@ exports[`show-about-using-tray when navigating using tray renders 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -226,6 +248,13 @@ exports[`show-about-using-tray when navigating using tray renders 1`] = `
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -237,6 +266,13 @@ exports[`show-about-using-tray when navigating using tray renders 1`] = `
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -250,9 +286,10 @@ exports[`show-about-using-tray when navigating using tray renders 1`] = `
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
|
|||||||
@ -11,10 +11,14 @@ exports[`status-bar-items-originating-from-extensions when application starts wh
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -23,6 +27,13 @@ exports[`status-bar-items-originating-from-extensions when application starts wh
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -34,6 +45,13 @@ exports[`status-bar-items-originating-from-extensions when application starts wh
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -47,9 +65,10 @@ exports[`status-bar-items-originating-from-extensions when application starts wh
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -77,7 +96,7 @@ exports[`status-bar-items-originating-from-extensions when application starts wh
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
|
|||||||
@ -11,6 +11,9 @@ exports[`extendability-using-extension-api given an extension with a weakly type
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -24,6 +27,13 @@ exports[`extendability-using-extension-api given an extension with a weakly type
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -35,6 +45,13 @@ exports[`extendability-using-extension-api given an extension with a weakly type
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -47,6 +64,10 @@ exports[`extendability-using-extension-api given an extension with a weakly type
|
|||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
@ -210,6 +231,9 @@ exports[`extendability-using-extension-api given an extension with top-bar items
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -223,6 +247,13 @@ exports[`extendability-using-extension-api given an extension with top-bar items
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -234,6 +265,13 @@ exports[`extendability-using-extension-api given an extension with top-bar items
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -245,6 +283,13 @@ exports[`extendability-using-extension-api given an extension with top-bar items
|
|||||||
arrow_forward
|
arrow_forward
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<div
|
<div
|
||||||
data-testid="some-top-bar-item"
|
data-testid="some-top-bar-item"
|
||||||
>
|
>
|
||||||
@ -252,6 +297,7 @@ exports[`extendability-using-extension-api given an extension with top-bar items
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -414,6 +460,9 @@ exports[`extendability-using-extension-api given an extension with top-bar items
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -427,6 +476,13 @@ exports[`extendability-using-extension-api given an extension with top-bar items
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -438,6 +494,13 @@ exports[`extendability-using-extension-api given an extension with top-bar items
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -450,6 +513,10 @@ exports[`extendability-using-extension-api given an extension with top-bar items
|
|||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
@ -613,6 +680,9 @@ exports[`extendability-using-extension-api renders 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -626,6 +696,13 @@ exports[`extendability-using-extension-api renders 1`] = `
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -637,6 +714,13 @@ exports[`extendability-using-extension-api renders 1`] = `
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -649,6 +733,10 @@ exports[`extendability-using-extension-api renders 1`] = `
|
|||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
|
|||||||
@ -10,10 +10,14 @@ exports[`welcome - navigation using application menu renders 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -22,6 +26,13 @@ exports[`welcome - navigation using application menu renders 1`] = `
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -33,6 +44,13 @@ exports[`welcome - navigation using application menu renders 1`] = `
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -46,9 +64,10 @@ exports[`welcome - navigation using application menu renders 1`] = `
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -76,7 +95,7 @@ exports[`welcome - navigation using application menu renders 1`] = `
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
@ -211,6 +230,9 @@ exports[`welcome - navigation using application menu when navigated somewhere el
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive focusable"
|
class="Icon material interactive focusable"
|
||||||
@ -224,6 +246,13 @@ exports[`welcome - navigation using application menu when navigated somewhere el
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -235,6 +264,13 @@ exports[`welcome - navigation using application menu when navigated somewhere el
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -248,9 +284,10 @@ exports[`welcome - navigation using application menu when navigated somewhere el
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -851,10 +888,14 @@ exports[`welcome - navigation using application menu when navigated somewhere el
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="items"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive focusable"
|
||||||
data-testid="home-button"
|
data-testid="home-button"
|
||||||
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
@ -863,6 +904,13 @@ exports[`welcome - navigation using application menu when navigated somewhere el
|
|||||||
home
|
home
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-back"
|
data-testid="history-back"
|
||||||
@ -874,6 +922,13 @@ exports[`welcome - navigation using application menu when navigated somewhere el
|
|||||||
arrow_back
|
arrow_back
|
||||||
</span>
|
</span>
|
||||||
</i>
|
</i>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="size-sm"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="preventedDragging"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
class="Icon material interactive disabled focusable"
|
class="Icon material interactive disabled focusable"
|
||||||
data-testid="history-forward"
|
data-testid="history-forward"
|
||||||
@ -887,9 +942,10 @@ exports[`welcome - navigation using application menu when navigated somewhere el
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items"
|
class="separator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<div
|
<div
|
||||||
id="lens-views"
|
id="lens-views"
|
||||||
@ -917,7 +973,7 @@ exports[`welcome - navigation using application menu when navigated somewhere el
|
|||||||
style="width: 320px;"
|
style="width: 320px;"
|
||||||
>
|
>
|
||||||
<h2>
|
<h2>
|
||||||
Welcome to some-product-name!
|
Welcome to OpenLens!
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To get you started we have auto-detected your clusters in your
|
To get you started we have auto-detected your clusters in your
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user