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
79c85569
Commit
79c85569
authored
Oct 28, 2015
by
Mitsuhiro Tanda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style change annotation editor
parent
7d16307d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
13 deletions
+16
-13
public/app/plugins/datasource/cloudwatch/partials/annotations.editor.html
+16
-13
No files found.
public/app/plugins/datasource/cloudwatch/partials/annotations.editor.html
View file @
79c85569
<div
class=
"editor-row"
>
<div
class=
"section"
>
<h5>
Metric name
</h5>
<div
class=
"editor-option"
>
<input
type=
"text"
class=
"span6"
ng-model=
'currentAnnotation.metricName'
placeholder=
"CPUUtilization"
></input>
<label
class=
"small"
>
Region
</label>
<input
type=
"text"
class=
"input-medium"
ng-model=
'currentAnnotation.region'
placeholder=
"us-east-1"
></input>
</div>
</div>
</div>
<div
class=
"editor-row"
>
<div
class=
"section"
>
<h5>
Field mappings
</h5>
<div
class=
"editor-option"
>
<label
class=
"small"
>
Region
</label>
<input
type=
"text"
class=
"input-
small"
ng-model=
'currentAnnotation.region'
placeholder=
"us-east-1
"
></input>
<label
class=
"small"
>
Namespace
</label>
<input
type=
"text"
class=
"input-
medium"
ng-model=
'currentAnnotation.namespace'
placeholder=
"AWS/EC2
"
></input>
</div>
<div
class=
"editor-option"
>
<label
class=
"small"
>
Namespac
e
</label>
<input
type=
"text"
class=
"input-
small"
ng-model=
'currentAnnotation.namespace'
placeholder=
"AWS/EC2
"
></input>
<label
class=
"small"
>
Metric nam
e
</label>
<input
type=
"text"
class=
"input-
large"
ng-model=
'currentAnnotation.metricName'
placeholder=
"CPUUtilization
"
></input>
</div>
</div>
</div>
<div
class=
"editor-row"
>
<div
class=
"section"
>
<div
class=
"editor-option"
>
<label
class=
"small"
>
Dimensions
</label>
<input
type=
"text"
class=
"input-
small
"
ng-model=
'currentAnnotation.dimensions'
placeholder=
"InstanceId=i-12345678"
></input>
<input
type=
"text"
class=
"input-
large
"
ng-model=
'currentAnnotation.dimensions'
placeholder=
"InstanceId=i-12345678"
></input>
</div>
</div>
</div>
<div
class=
"editor-row"
>
<div
class=
"section"
>
<div
class=
"editor-option"
>
<label
class=
"small"
>
Statistic
</label>
<input
type=
"text"
class=
"input-small"
ng-model=
'currentAnnotation.statistic'
placeholder=
"Average"
></input>
...
...
@@ -32,7 +35,7 @@
<div
class=
"editor-option"
>
<label
class=
"small"
>
Period
</label>
<input
type=
"text"
class=
"input-
small
"
ng-model=
'currentAnnotation.period'
placeholder=
"300"
></input>
<input
type=
"text"
class=
"input-
mini
"
ng-model=
'currentAnnotation.period'
placeholder=
"300"
></input>
</div>
</div>
</div>
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