Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
785584a6
Unverified
Commit
785584a6
authored
Nov 19, 2019
by
Torkel Ödegaard
Committed by
GitHub
Nov 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UsersPage: Removed icon in external button (#20441)
parent
4b824934
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
+1
-6
public/app/features/users/UsersActionBar.tsx
+1
-1
public/app/features/users/__snapshots__/UsersActionBar.test.tsx.snap
+0
-5
No files found.
public/app/features/users/UsersActionBar.tsx
View file @
785584a6
...
@@ -69,7 +69,7 @@ export class UsersActionBar extends PureComponent<Props> {
...
@@ -69,7 +69,7 @@ export class UsersActionBar extends PureComponent<Props> {
)
}
)
}
{
externalUserMngLinkUrl
&&
(
{
externalUserMngLinkUrl
&&
(
<
a
className=
"btn btn-primary"
href=
{
externalUserMngLinkUrl
}
target=
"_blank"
rel=
"noopener"
>
<
a
className=
"btn btn-primary"
href=
{
externalUserMngLinkUrl
}
target=
"_blank"
rel=
"noopener"
>
<
i
className=
"fa fa-external-link-square"
/>
{
externalUserMngLinkName
}
{
externalUserMngLinkName
}
</
a
>
</
a
>
)
}
)
}
</
div
>
</
div
>
...
...
public/app/features/users/__snapshots__/UsersActionBar.test.tsx.snap
View file @
785584a6
...
@@ -88,12 +88,7 @@ exports[`Render should show external user management button 1`] = `
...
@@ -88,12 +88,7 @@ exports[`Render should show external user management button 1`] = `
href="some/url"
href="some/url"
rel="noopener"
rel="noopener"
target="_blank"
target="_blank"
>
<i
className="fa fa-external-link-square"
/>
/>
</a>
</div>
</div>
</div>
</div>
`;
`;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment