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
d7401a9f
Unverified
Commit
d7401a9f
authored
Jul 23, 2018
by
Marcus Efraimsson
Committed by
GitHub
Jul 23, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12690 from mtanda/cw_get_metricdata_input_validation
Id validation of CloudWatch GetMetricData
parents
dde484be
fb4546b8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
public/app/plugins/datasource/cloudwatch/partials/query.parameter.html
+6
-2
No files found.
public/app/plugins/datasource/cloudwatch/partials/query.parameter.html
View file @
d7401a9f
...
...
@@ -33,8 +33,12 @@
<div
class=
"gf-form-inline"
ng-if=
"target.statistics.length === 1"
>
<div
class=
"gf-form"
>
<label
class=
" gf-form-label query-keyword width-8 "
>
Id
</label>
<input
type=
"text "
class=
"gf-form-input "
ng-model=
"target.id "
spellcheck=
'false'
ng-model-onblur
ng-change=
"onChange() "
>
<label
class=
" gf-form-label query-keyword width-8 "
>
Id
<info-popover
mode=
"right-normal "
>
Id can include numbers, letters, and underscore, and must start with a lowercase letter.
</info-popover>
</label>
<input
type=
"text "
class=
"gf-form-input "
ng-model=
"target.id "
spellcheck=
'false'
ng-pattern=
'/^[a-z][A-Z0-9_]*/'
ng-model-onblur
ng-change=
"onChange() "
>
</div>
<div
class=
"gf-form max-width-30 "
>
<label
class=
"gf-form-label query-keyword width-7 "
>
Expression
</label>
...
...
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