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
f1b897b3
Commit
f1b897b3
authored
Dec 15, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change(cloudwatch): minor change to editor
parent
05891340
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
12 deletions
+7
-12
public/app/plugins/datasource/cloudwatch/partials/query.editor.html
+0
-10
public/app/plugins/datasource/cloudwatch/partials/query.parameter.html
+7
-2
No files found.
public/app/plugins/datasource/cloudwatch/partials/query.editor.html
View file @
f1b897b3
...
@@ -32,16 +32,6 @@
...
@@ -32,16 +32,6 @@
</li>
</li>
</ul>
</ul>
<ul
class=
"tight-form-list"
role=
"menu"
>
<li
class=
"tight-form-item query-keyword"
>
Alias
<tip>
{{metric}} {{stat}} {{namespace}} {{region}} {{DIMENSION_NAME}}
</tip>
</li>
<li>
<input
type=
"text"
class=
"input-xlarge tight-form-input"
ng-model=
"target.alias"
spellcheck=
'false'
ng-model-onblur
ng-change=
"refreshMetricData()"
>
</li>
</ul>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
</div>
</div>
...
...
public/app/plugins/datasource/cloudwatch/partials/query.parameter.html
View file @
f1b897b3
...
@@ -45,9 +45,14 @@
...
@@ -45,9 +45,14 @@
<li>
<li>
<input
type=
"text"
class=
"input-mini tight-form-input"
ng-model=
"target.period"
spellcheck=
'false'
placeholder=
"auto"
ng-model-onblur
ng-change=
"refreshMetricData()"
/>
<input
type=
"text"
class=
"input-mini tight-form-input"
ng-model=
"target.period"
spellcheck=
'false'
placeholder=
"auto"
ng-model-onblur
ng-change=
"refreshMetricData()"
/>
</li>
</li>
<li
class=
"tight-form-item query-keyword"
>
Alias
<tip>
{{metric}} {{stat}} {{namespace}} {{region}} {{DIMENSION_NAME}}
</tip>
</li>
<li>
<input
type=
"text"
class=
"input-xlarge tight-form-input"
ng-model=
"target.alias"
spellcheck=
'false'
ng-model-onblur
ng-change=
"refreshMetricData()"
>
</li>
</ul>
</ul>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></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