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
e2ea2d30
Commit
e2ea2d30
authored
Oct 07, 2019
by
Łukasz Siatka
Committed by
Lukas Siatka
Oct 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated live tailing text
parent
f8cef9b9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
public/app/features/explore/LiveTailButton.tsx
+4
-4
No files found.
public/app/features/explore/LiveTailButton.tsx
View file @
e2ea2d30
...
@@ -91,8 +91,8 @@ const getStyles = memoizeOne((theme: GrafanaTheme) => {
...
@@ -91,8 +91,8 @@ const getStyles = memoizeOne((theme: GrafanaTheme) => {
};
};
});
});
const
default
ZoomOut
Tooltip
=
()
=>
{
const
default
Live
Tooltip
=
()
=>
{
return
<>
Live
tailing
</>;
return
<>
Live
</>;
};
};
type
LiveTailButtonProps
=
{
type
LiveTailButtonProps
=
{
...
@@ -112,7 +112,7 @@ export function LiveTailButton(props: LiveTailButtonProps) {
...
@@ -112,7 +112,7 @@ export function LiveTailButton(props: LiveTailButtonProps) {
return
(
return
(
<>
<>
<
Tooltip
content=
{
default
ZoomOut
Tooltip
}
placement=
"bottom"
>
<
Tooltip
content=
{
default
Live
Tooltip
}
placement=
"bottom"
>
<
button
<
button
className=
{
classNames
(
'btn navbar-button'
,
styles
.
liveButton
,
{
className=
{
classNames
(
'btn navbar-button'
,
styles
.
liveButton
,
{
[
`btn--radius-right-0 ${styles.noRightBorderStyle}`
]:
isLive
,
[
`btn--radius-right-0 ${styles.noRightBorderStyle}`
]:
isLive
,
...
@@ -122,7 +122,7 @@ export function LiveTailButton(props: LiveTailButtonProps) {
...
@@ -122,7 +122,7 @@ export function LiveTailButton(props: LiveTailButtonProps) {
onClick=
{
onClickMain
}
onClick=
{
onClickMain
}
>
>
<
i
className=
{
classNames
(
'fa'
,
isPaused
||
!
isLive
?
'fa-play'
:
'fa-pause'
)
}
/>
<
i
className=
{
classNames
(
'fa'
,
isPaused
||
!
isLive
?
'fa-play'
:
'fa-pause'
)
}
/>
<
span
>
Live
tailing
</
span
>
<
span
>
Live
</
span
>
</
button
>
</
button
>
</
Tooltip
>
</
Tooltip
>
<
CSSTransition
<
CSSTransition
...
...
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