Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove create and delete options for datasources #1146

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tests
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Oct 23, 2023
commit e87ea0400494aa5fdb20590dd7f517c4ee817dd5
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,7 @@ exports[`Manage Data Connections Description test Renders manage data connection
<div
className="euiTextColor euiTextColor--subdued"
>
Manage existing data sources or

<EuiLink
href="#/new"
>
<a
className="euiLink euiLink--primary"
href="#/new"
rel="noreferrer"
>
create a new data source
</a>
</EuiLink>
Manage existing data sources
</div>
</EuiTextColor>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,6 @@ exports[`Manage Data Connections Table test Renders manage data connections tabl
Manage data sources
</span>
</button>
<button
aria-selected="false"
class="euiTab"
data-test-subj="new"
role="tab"
type="button"
>
<span
class="euiTab__content"
>
New data source
</span>
</button>
</div>
<div
class="euiSpacer euiSpacer--s"
Expand Down Expand Up @@ -119,15 +106,7 @@ exports[`Manage Data Connections Table test Renders manage data connections tabl
<div
class="euiTextColor euiTextColor--subdued"
>
Manage existing data sources or

<a
class="euiLink euiLink--primary"
href="#/new"
rel="noreferrer"
>
create a new data source
</a>
Manage existing data sources
</div>
</div>
</div>
Expand Down
Loading