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
aa718b4d
Commit
aa718b4d
authored
Jun 02, 2016
by
Carl Bergquist
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5253 from minkikim89/fix_seperate_typo
fixed separate typo
parents
8db00073
05cb6048
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
conf/defaults.ini
+1
-1
conf/sample.ini
+1
-1
public/app/features/templating/partials/editor.html
+1
-1
public/app/features/templating/templateValuesSrv.js
+1
-1
public/app/plugins/panel/table/editor.html
+1
-1
No files found.
conf/defaults.ini
View file @
aa718b4d
...
...
@@ -143,7 +143,7 @@ cookie_remember_name = grafana_remember
# disable gravatar profile images
disable_gravatar
=
false
# data source proxy whitelist (ip_or_domain:port sep
e
rated by spaces)
# data source proxy whitelist (ip_or_domain:port sep
a
rated by spaces)
data_source_proxy_whitelist
=
[snapshots]
...
...
conf/sample.ini
View file @
aa718b4d
...
...
@@ -129,7 +129,7 @@ check_for_updates = true
# disable gravatar profile images
;disable_gravatar = false
# data source proxy whitelist (ip_or_domain:port sep
e
rated by spaces)
# data source proxy whitelist (ip_or_domain:port sep
a
rated by spaces)
;data_source_proxy_whitelist =
[snapshots]
...
...
public/app/features/templating/partials/editor.html
View file @
aa718b4d
...
...
@@ -147,7 +147,7 @@
<div
ng-show=
"current.type === 'custom'"
class=
"gf-form-group"
>
<h5
class=
"section-heading"
>
Custom Options
</h5>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label width-13"
>
Values sep
e
rated by comma
</span>
<span
class=
"gf-form-label width-13"
>
Values sep
a
rated by comma
</span>
<input
type=
"text"
class=
"gf-form-input"
ng-model=
'current.query'
ng-blur=
"runQuery()"
placeholder=
"1, 10, 20, myvalue"
></input>
</div>
</div>
...
...
public/app/features/templating/templateValuesSrv.js
View file @
aa718b4d
...
...
@@ -173,7 +173,7 @@ function (angular, _, kbn) {
return
;
}
// extract options in comma sep
e
rated string
// extract options in comma sep
a
rated string
variable
.
options
=
_
.
map
(
variable
.
query
.
split
(
/
[
,
]
+/
),
function
(
text
)
{
return
{
text
:
text
.
trim
(),
value
:
text
.
trim
()
};
});
...
...
public/app/plugins/panel/table/editor.html
View file @
aa718b4d
...
...
@@ -119,7 +119,7 @@
></select>
</li>
<li
class=
"tight-form-item"
>
Thresholds
<tip>
Comma sep
e
rated values
</tip>
Thresholds
<tip>
Comma sep
a
rated values
</tip>
</li>
<li>
<input
type=
"text"
class=
"input-small tight-form-input"
style=
"width: 150px"
ng-model=
"style.thresholds"
ng-blur=
"editor.render()"
placeholder=
"50,80"
array-join
></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