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
1c750169
Unverified
Commit
1c750169
authored
Apr 27, 2020
by
Ivana Huckova
Committed by
GitHub
Apr 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Icon: Update sigin icon (#23933)
parent
7af0d1e8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
packages/grafana-ui/src/types/icon.ts
+0
-2
public/app/core/components/sidemenu/SignIn.tsx
+1
-1
public/app/core/components/sidemenu/__snapshots__/SignIn.test.tsx.snap
+1
-1
No files found.
packages/grafana-ui/src/types/icon.ts
View file @
1c750169
...
...
@@ -53,7 +53,6 @@ export type IconName =
|
'circle'
|
'arrow-up'
|
'arrow-from-right'
|
'arrow-from-left'
|
'keyboard'
|
'search'
|
'chart-line'
...
...
@@ -166,7 +165,6 @@ export const getAvailableIcons = (): IconName[] => [
'circle'
,
'arrow-up'
,
'arrow-from-right'
,
'arrow-from-left'
,
'keyboard'
,
'search'
,
'chart-line'
,
...
...
public/app/core/components/sidemenu/SignIn.tsx
View file @
1c750169
...
...
@@ -9,7 +9,7 @@ export const SignIn: FC<any> = ({ url }) => {
<
div
className=
"sidemenu-item"
>
<
a
href=
{
loginUrl
}
className=
"sidemenu-link"
target=
"_self"
>
<
span
className=
"icon-circle sidemenu-icon"
>
<
Icon
name=
"
arrow-from-lef
t"
size=
"xl"
/>
<
Icon
name=
"
sign-in-al
t"
size=
"xl"
/>
</
span
>
</
a
>
<
a
href=
{
loginUrl
}
target=
"_self"
>
...
...
public/app/core/components/sidemenu/__snapshots__/SignIn.test.tsx.snap
View file @
1c750169
...
...
@@ -13,7 +13,7 @@ exports[`Render should render component 1`] = `
className="icon-circle sidemenu-icon"
>
<Icon
name="
arrow-from-lef
t"
name="
sign-in-al
t"
size="xl"
/>
</span>
...
...
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