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
c1399a04
Unverified
Commit
c1399a04
authored
Oct 16, 2018
by
Torkel Ödegaard
Committed by
GitHub
Oct 16, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13686 from grafana/logo-alt-text
Logo alt text + unwanted char
parents
f4b7b003
2a82b57d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
public/app/core/components/manage_dashboards/manage_dashboards.ts
+1
-1
public/app/core/components/sidemenu/SideMenu.tsx
+1
-1
public/app/core/components/sidemenu/__snapshots__/SideMenu.test.tsx.snap
+1
-1
No files found.
public/app/core/components/manage_dashboards/manage_dashboards.ts
View file @
c1399a04
...
@@ -207,7 +207,7 @@ export class ManageDashboardsCtrl {
...
@@ -207,7 +207,7 @@ export class ManageDashboardsCtrl {
const
template
=
const
template
=
'<move-to-folder-modal dismiss="dismiss()" '
+
'<move-to-folder-modal dismiss="dismiss()" '
+
'dashboards="model.dashboards" after-save="model.afterSave()">'
+
'dashboards="model.dashboards" after-save="model.afterSave()">'
+
'</move-to-folder-modal>
`
'
;
'</move-to-folder-modal>'
;
appEvents
.
emit
(
'show-modal'
,
{
appEvents
.
emit
(
'show-modal'
,
{
templateHtml
:
template
,
templateHtml
:
template
,
modalClass
:
'modal--narrow'
,
modalClass
:
'modal--narrow'
,
...
...
public/app/core/components/sidemenu/SideMenu.tsx
View file @
c1399a04
...
@@ -17,7 +17,7 @@ export class SideMenu extends PureComponent {
...
@@ -17,7 +17,7 @@ export class SideMenu extends PureComponent {
render
()
{
render
()
{
return
[
return
[
<
div
className=
"sidemenu__logo"
onClick=
{
this
.
toggleSideMenu
}
key=
"logo"
>
<
div
className=
"sidemenu__logo"
onClick=
{
this
.
toggleSideMenu
}
key=
"logo"
>
<
img
src=
"public/img/grafana_icon.svg"
alt=
"
graphana_logo
"
/>
<
img
src=
"public/img/grafana_icon.svg"
alt=
"
Grafana
"
/>
</
div
>,
</
div
>,
<
div
className=
"sidemenu__logo_small_breakpoint"
onClick=
{
this
.
toggleSideMenuSmallBreakpoint
}
key=
"hamburger"
>
<
div
className=
"sidemenu__logo_small_breakpoint"
onClick=
{
this
.
toggleSideMenuSmallBreakpoint
}
key=
"hamburger"
>
<
i
className=
"fa fa-bars"
/>
<
i
className=
"fa fa-bars"
/>
...
...
public/app/core/components/sidemenu/__snapshots__/SideMenu.test.tsx.snap
View file @
c1399a04
...
@@ -8,7 +8,7 @@ Array [
...
@@ -8,7 +8,7 @@ Array [
onClick={[Function]}
onClick={[Function]}
>
>
<img
<img
alt="
graphana_logo
"
alt="
Grafana
"
src="public/img/grafana_icon.svg"
src="public/img/grafana_icon.svg"
/>
/>
</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