Skip to content

Commit

Permalink
Updated Snap files
Browse files Browse the repository at this point in the history
Signed-off-by: Kshitij Tandon <[email protected]>
  • Loading branch information
tandonks committed Aug 29, 2024
1 parent 47fa028 commit 9d1daed
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ HTMLCollection [
<div
class="euiModalHeader__title"
>
Delete aliases
<div
class="euiText euiText--small"
>
<h2>
Delete aliases
</h2>
</div>
</div>
</div>
<div
Expand All @@ -51,17 +57,25 @@ HTMLCollection [
<div
style="line-height: 1.5;"
>
<p>
The following alias will be permanently deleted. This action cannot be undone.
</p>
<ul
style="list-style-type: disc; list-style-position: inside;"
/>
<div
class="euiText euiText--small"
>
<p>
The following alias will be permanently deleted. This action cannot be undone.
</p>
</div>
<div
class="euiText euiText--small"
>
<ul
style="list-style-type: disc; list-style-position: inside;"
/>
</div>
<div
class="euiSpacer euiSpacer--l"
/>
<div
class="euiText euiText--medium"
class="euiText euiText--small"
>
<div
class="euiTextColor euiTextColor--subdued"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`<ManagedIndexEmptyPrompt /> spec renders the component 1`] = `
class="euiText euiText--medium"
>
<div
class="euiText euiText--medium"
class="euiText euiText--small"
>
<p>
There are no existing managed indexes. Create a policy to add to an index.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ exports[`<ManagedIndices /> spec renders the component 1`] = `
class="euiText euiText--medium"
>
<div
class="euiText euiText--medium"
class="euiText euiText--small"
>
<p>
Loading managed indexes...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ HTMLCollection [
<div
class="euiFlyoutHeader"
>
<h2
class="euiTitle euiTitle--medium"
<div
class="euiText euiText--small"
>
Associated component templates
</h2>
<h2>
Associated component templates
</h2>
</div>
</div>
<div
class="euiFlyoutBody"
Expand Down Expand Up @@ -98,9 +100,9 @@ HTMLCollection [
>
<span
class="euiTableCellContent__text"
title="component template"
title="Component template"
>
component template
Component template
</span>
</span>
</th>
Expand Down Expand Up @@ -133,7 +135,7 @@ HTMLCollection [
<div
class="euiTableRowCell__mobileHeader euiTableRowCell--hideForDesktop"
>
component template
Component template
</div>
<div
class="euiTableCellContent euiTableCellContent--overflowingContent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ exports[`<Templates /> spec renders the component 1`] = `
class="euiText euiText--medium"
>
<div
class="euiText euiText--medium"
class="euiText euiText--small"
>
<p>
You have no templates.
Expand Down

0 comments on commit 9d1daed

Please sign in to comment.