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
3895294f
Unverified
Commit
3895294f
authored
Mar 06, 2019
by
Torkel Ödegaard
Committed by
GitHub
Mar 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Fix for leaving playlist mode"
parent
64a7d8ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
23 deletions
+20
-23
public/app/features/dashboard/components/DashNav/DashNav.tsx
+20
-23
No files found.
public/app/features/dashboard/components/DashNav/DashNav.tsx
View file @
3895294f
...
...
@@ -8,7 +8,6 @@ import { appEvents } from 'app/core/app_events';
import
{
PlaylistSrv
}
from
'app/features/playlist/playlist_srv'
;
// Components
import
{
ClickOutsideWrapper
}
from
'app/core/components/ClickOutsideWrapper/ClickOutsideWrapper'
;
import
{
DashNavButton
}
from
'./DashNavButton'
;
import
{
Tooltip
}
from
'@grafana/ui'
;
...
...
@@ -174,28 +173,26 @@ export class DashNav extends PureComponent<Props> {
{
this
.
renderDashboardTitleSearchButton
()
}
{
this
.
playlistSrv
.
isPlaying
&&
(
<
ClickOutsideWrapper
onClick=
{
this
.
onPlaylistStop
}
>
<
div
className=
"navbar-buttons navbar-buttons--playlist"
>
<
DashNavButton
tooltip=
"Go to previous dashboard"
classSuffix=
"tight"
icon=
"fa fa-step-backward"
onClick=
{
this
.
onPlaylistPrev
}
/>
<
DashNavButton
tooltip=
"Stop playlist"
classSuffix=
"tight"
icon=
"fa fa-stop"
onClick=
{
this
.
onPlaylistStop
}
/>
<
DashNavButton
tooltip=
"Go to next dashboard"
classSuffix=
"tight"
icon=
"fa fa-forward"
onClick=
{
this
.
onPlaylistNext
}
/>
</
div
>
</
ClickOutsideWrapper
>
<
div
className=
"navbar-buttons navbar-buttons--playlist"
>
<
DashNavButton
tooltip=
"Go to previous dashboard"
classSuffix=
"tight"
icon=
"fa fa-step-backward"
onClick=
{
this
.
onPlaylistPrev
}
/>
<
DashNavButton
tooltip=
"Stop playlist"
classSuffix=
"tight"
icon=
"fa fa-stop"
onClick=
{
this
.
onPlaylistStop
}
/>
<
DashNavButton
tooltip=
"Go to next dashboard"
classSuffix=
"tight"
icon=
"fa fa-forward"
onClick=
{
this
.
onPlaylistNext
}
/>
</
div
>
)
}
<
div
className=
"navbar-buttons navbar-buttons--actions"
>
...
...
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