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
b85261e7
Commit
b85261e7
authored
Apr 01, 2021
by
Kornkitt Poolsup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard navigations not allowed
parent
f8b2f696
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
public/app/features/dashboard/components/DashNav/DashNav.tsx
+3
-6
No files found.
public/app/features/dashboard/components/DashNav/DashNav.tsx
View file @
b85261e7
...
@@ -44,7 +44,7 @@ export class DashNav extends PureComponent<Props> {
...
@@ -44,7 +44,7 @@ export class DashNav extends PureComponent<Props> {
}
}
onDahboardNameClick
=
()
=>
{
onDahboardNameClick
=
()
=>
{
appEvents
.
emit
(
CoreEvents
.
showDashSearch
);
//
appEvents.emit(CoreEvents.showDashSearch);
};
};
onFolderNameClick
=
()
=>
{
onFolderNameClick
=
()
=>
{
...
@@ -111,18 +111,15 @@ export class DashNav extends PureComponent<Props> {
...
@@ -111,18 +111,15 @@ export class DashNav extends PureComponent<Props> {
<>
<>
<
div
>
<
div
>
<
div
className=
"navbar-page-btn"
>
<
div
className=
"navbar-page-btn"
>
{
!
this
.
isInFullscreenOrSettings
&&
<
i
className=
"gicon gicon-dashboard"
/>
}
<
i
className=
"gicon gicon-dashboard"
/>
{
haveFolder
&&
(
{
haveFolder
&&
(
<>
<>
<
a
className=
"navbar-page-btn__folder"
onClick=
{
this
.
onFolderNameClick
}
>
<
a
className=
"navbar-page-btn__folder"
onClick=
{
this
.
onFolderNameClick
}
>
{
folderTitle
}
{
folderTitle
}
</
a
>
</
a
>
<
i
className=
"fa fa-chevron-right navbar-page-btn__folder-icon"
/>
</>
</>
)
}
)
}
<
a
onClick=
{
this
.
onDahboardNameClick
}
>
<
a
onClick=
{
this
.
onDahboardNameClick
}
>
{
dashboard
.
title
}
</
a
>
{
dashboard
.
title
}
<
i
className=
"fa fa-caret-down navbar-page-btn__search"
/>
</
a
>
</
div
>
</
div
>
</
div
>
</
div
>
{
this
.
isSettings
&&
<
span
className=
"navbar-settings-title"
>
/ Settings
</
span
>
}
{
this
.
isSettings
&&
<
span
className=
"navbar-settings-title"
>
/ Settings
</
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