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
8e37de19
Commit
8e37de19
authored
Apr 15, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): minor fix to tooltip in template editor view
parent
83ba6638
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
CHANGELOG.md
+2
-2
public/app/features/templating/partials/editor.html
+2
-1
No files found.
CHANGELOG.md
View file @
8e37de19
# 3.0.0-beta5 (2016-04-15
# 3.0.0-beta5 (2016-04-15
)
### Bug fixes
### Bug fixes
*
**
Graf
na-cli**
: Fixed issue grafana-cli tool, did not detect the right plugin dir, fixes
[
#4723
](
https://github.com/grafana/grafana/issues/4723
)
*
**
grafa
na-cli**
: Fixed issue grafana-cli tool, did not detect the right plugin dir, fixes
[
#4723
](
https://github.com/grafana/grafana/issues/4723
)
*
**Graph**
: Fixed issue with light theme text color issue in tooltip, fixes
[
#4702
](
https://github.com/grafana/grafana/issues/4702
)
*
**Graph**
: Fixed issue with light theme text color issue in tooltip, fixes
[
#4702
](
https://github.com/grafana/grafana/issues/4702
)
*
**Snapshot**
: Fixed issue with empty snapshots, fixes
[
#4706
](
https://github.com/grafana/grafana/issues/4706
)
*
**Snapshot**
: Fixed issue with empty snapshots, fixes
[
#4706
](
https://github.com/grafana/grafana/issues/4706
)
...
...
public/app/features/templating/partials/editor.html
View file @
8e37de19
...
@@ -179,6 +179,7 @@
...
@@ -179,6 +179,7 @@
<div
class=
"section gf-form-group"
>
<div
class=
"section gf-form-group"
>
<h5
class=
"section-heading"
>
Selection Options
</h5>
<h5
class=
"section-heading"
>
Selection Options
</h5>
<div
class=
"section"
>
<gf-form-switch
class=
"gf-form"
<gf-form-switch
class=
"gf-form"
label=
"Multi-value"
label=
"Multi-value"
label-class=
"width-10"
label-class=
"width-10"
...
@@ -192,7 +193,7 @@
...
@@ -192,7 +193,7 @@
checked=
"current.includeAll"
checked=
"current.includeAll"
on-change=
"runQuery()"
>
on-change=
"runQuery()"
>
</gf-form-switch>
</gf-form-switch>
</div>
<div
class=
"gf-form"
ng-if=
"current.includeAll"
>
<div
class=
"gf-form"
ng-if=
"current.includeAll"
>
<span
class=
"gf-form-label width-10"
>
Custom all value
</span>
<span
class=
"gf-form-label width-10"
>
Custom all value
</span>
<input
type=
"text"
class=
"gf-form-input max-width-15"
ng-model=
'current.allValue'
placeholder=
"blank = auto"
></input>
<input
type=
"text"
class=
"gf-form-input max-width-15"
ng-model=
'current.allValue'
placeholder=
"blank = auto"
></input>
...
...
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