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
66f54114
Commit
66f54114
authored
Apr 12, 2015
by
Masaori Koshiba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix class names in query.editor.html of KairosDB Plugin
parent
795cee13
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
public/app/plugins/datasource/kairosdb/partials/query.editor.html
+18
-18
No files found.
public/app/plugins/datasource/kairosdb/partials/query.editor.html
View file @
66f54114
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<li>
<li>
<a
bs-tooltip=
"'Group by\'s are always executed before aggregations!'"
<a
bs-tooltip=
"'Group by\'s are always executed before aggregations!'"
ng-click=
"alert('Group by\'s are always executed before aggregations!')"
>
ng-click=
"alert('Group by\'s are always executed before aggregations!')"
>
<i
class=
"
icon-info
"
></i>
<i
class=
"
fa fa-info-circle
"
></i>
</a>
</a>
</li>
</li>
<li
class=
"dropdown"
>
<li
class=
"dropdown"
>
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
<a
bs-tooltip=
"target.errors.metric"
<a
bs-tooltip=
"target.errors.metric"
style=
"color: rgb(229, 189, 28)"
style=
"color: rgb(229, 189, 28)"
ng-show=
"target.errors.metric"
>
ng-show=
"target.errors.metric"
>
<i
class=
"
icon-warning-sign
"
></i>
<i
class=
"
fa fa-warning
"
></i>
</a>
</a>
</li>
</li>
...
@@ -98,13 +98,13 @@
...
@@ -98,13 +98,13 @@
<li
ng-repeat=
"(key, value) in target.tags track by $index"
class=
"tight-form-item"
>
<li
ng-repeat=
"(key, value) in target.tags track by $index"
class=
"tight-form-item"
>
{{key}}
=
{{value}}
{{key}}
=
{{value}}
<a
ng-click=
"removeFilterTag(key)"
>
<a
ng-click=
"removeFilterTag(key)"
>
<i
class=
"
icon
-remove"
></i>
<i
class=
"
fa fa
-remove"
></i>
</a>
</a>
</li>
</li>
<li
class=
"tight-form-item"
ng-hide=
"addFilterTagMode"
>
<li
class=
"tight-form-item"
ng-hide=
"addFilterTagMode"
>
<a
ng-click=
"addFilterTag()"
>
<a
ng-click=
"addFilterTag()"
>
<i
class=
"
icon-plus-sign
"
></i>
<i
class=
"
fa fa-plus
"
></i>
</a>
</a>
</li>
</li>
...
@@ -130,12 +130,12 @@
...
@@ -130,12 +130,12 @@
<a
bs-tooltip=
"target.errors.tags"
<a
bs-tooltip=
"target.errors.tags"
style=
"color: rgb(229, 189, 28)"
style=
"color: rgb(229, 189, 28)"
ng-show=
"target.errors.tags"
>
ng-show=
"target.errors.tags"
>
<i
class=
"
icon-warning-sign
"
></i>
<i
class=
"
fa fa-warning
"
></i>
</a>
</a>
<li
class=
"tight-form-item"
ng-show=
"addFilterTagMode"
>
<li
class=
"tight-form-item"
ng-show=
"addFilterTagMode"
>
<a
ng-click=
"addFilterTag()"
>
<a
ng-click=
"addFilterTag()"
>
<i
ng-show=
"target.errors.tags"
class=
"
icon
-remove"
></i>
<i
ng-show=
"target.errors.tags"
class=
"
fa fa
-remove"
></i>
<i
ng-hide=
"target.errors.tags"
class=
"
icon-plus-sign
"
></i>
<i
ng-hide=
"target.errors.tags"
class=
"
fa fa-plus
"
></i>
</a>
</a>
</li>
</li>
</li>
</li>
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
<li
ng-repeat=
"key in target.groupByTags track by $index"
class=
"tight-form-item"
>
<li
ng-repeat=
"key in target.groupByTags track by $index"
class=
"tight-form-item"
>
{{key}}
{{key}}
<a
ng-click=
"removeGroupByTag($index)"
>
<a
ng-click=
"removeGroupByTag($index)"
>
<i
class=
"
icon
-remove"
></i>
<i
class=
"
fa fa
-remove"
></i>
</a>
</a>
</li>
</li>
...
@@ -163,13 +163,13 @@
...
@@ -163,13 +163,13 @@
<li
ng-repeat=
"groupByObject in target.nonTagGroupBys track by $index"
class=
"tight-form-item"
>
<li
ng-repeat=
"groupByObject in target.nonTagGroupBys track by $index"
class=
"tight-form-item"
>
{{_.values(groupByObject)}}
{{_.values(groupByObject)}}
<a
ng-click=
"removeNonTagGroupBy($index)"
>
<a
ng-click=
"removeNonTagGroupBy($index)"
>
<i
class=
"
icon
-remove"
></i>
<i
class=
"
fa fa
-remove"
></i>
</a>
</a>
</li>
</li>
<li
class=
"tight-form-item"
ng-hide=
"addGroupByMode"
>
<li
class=
"tight-form-item"
ng-hide=
"addGroupByMode"
>
<a
ng-click=
"addGroupBy()"
>
<a
ng-click=
"addGroupBy()"
>
<i
class=
"fa fa-
fw fa-
plus"
></i>
<i
class=
"fa fa-plus"
></i>
</a>
</a>
</li>
</li>
<li
ng-show=
"addGroupByMode"
>
<li
ng-show=
"addGroupByMode"
>
...
@@ -190,7 +190,7 @@
...
@@ -190,7 +190,7 @@
<a
bs-tooltip=
"target.errors.groupBy.tagKey"
<a
bs-tooltip=
"target.errors.groupBy.tagKey"
style=
"color: rgb(229, 189, 28)"
style=
"color: rgb(229, 189, 28)"
ng-show=
"target.errors.groupBy.tagKey"
>
ng-show=
"target.errors.groupBy.tagKey"
>
<i
class=
"
icon-warning-sign
"
></i>
<i
class=
"
fa fa-warning
"
></i>
</a>
</a>
</li>
</li>
<li
ng-show=
"isValueGroupBy"
>
<li
ng-show=
"isValueGroupBy"
>
...
@@ -204,7 +204,7 @@
...
@@ -204,7 +204,7 @@
<a
bs-tooltip=
"target.errors.groupBy.valueRange"
<a
bs-tooltip=
"target.errors.groupBy.valueRange"
style=
"color: rgb(229, 189, 28)"
style=
"color: rgb(229, 189, 28)"
ng-show=
"target.errors.groupBy.valueRange"
>
ng-show=
"target.errors.groupBy.valueRange"
>
<i
class=
"
icon-warning-sign
"
></i>
<i
class=
"
fa fa-warning
"
></i>
</a>
</a>
</li>
</li>
<li
ng-show=
"isTimeGroupBy"
>
<li
ng-show=
"isTimeGroupBy"
>
...
@@ -219,7 +219,7 @@
...
@@ -219,7 +219,7 @@
<a
bs-tooltip=
"target.errors.groupBy.timeInterval"
<a
bs-tooltip=
"target.errors.groupBy.timeInterval"
style=
"color: rgb(229, 189, 28)"
style=
"color: rgb(229, 189, 28)"
ng-show=
"target.errors.groupBy.timeInterval"
>
ng-show=
"target.errors.groupBy.timeInterval"
>
<i
class=
"
icon-warning-sign
"
></i>
<i
class=
"
fa fa-warning
"
></i>
</a>
</a>
</li>
</li>
<li
ng-show=
"isTimeGroupBy"
>
<li
ng-show=
"isTimeGroupBy"
>
...
@@ -233,13 +233,13 @@
...
@@ -233,13 +233,13 @@
<a
bs-tooltip=
"target.errors.groupBy.groupCount"
<a
bs-tooltip=
"target.errors.groupBy.groupCount"
style=
"color: rgb(229, 189, 28)"
style=
"color: rgb(229, 189, 28)"
ng-show=
"target.errors.groupBy.groupCount"
>
ng-show=
"target.errors.groupBy.groupCount"
>
<i
class=
"
icon-warning-sign
"
></i>
<i
class=
"
fa fa-warning
"
></i>
</a>
</a>
</li>
</li>
<li
class=
"tight-form-item"
ng-show=
"addGroupByMode"
>
<li
class=
"tight-form-item"
ng-show=
"addGroupByMode"
>
<a
ng-click=
"addGroupBy()"
>
<a
ng-click=
"addGroupBy()"
>
<i
ng-hide=
"isGroupByValid"
class=
"
icon
-remove"
></i>
<i
ng-hide=
"isGroupByValid"
class=
"
fa fa
-remove"
></i>
<i
ng-show=
"isGroupByValid"
class=
"
icon-plus-sign
"
></i>
<i
ng-show=
"isGroupByValid"
class=
"
fa fa-plus
"
></i>
</a>
</a>
</li>
</li>
...
@@ -285,7 +285,7 @@
...
@@ -285,7 +285,7 @@
<a
bs-tooltip=
"target.errors.horAggregator.samplingRate"
<a
bs-tooltip=
"target.errors.horAggregator.samplingRate"
style=
"color: rgb(229, 189, 28)"
style=
"color: rgb(229, 189, 28)"
ng-show=
"target.errors.horAggregator.samplingRate"
>
ng-show=
"target.errors.horAggregator.samplingRate"
>
<i
class=
"
icon-warning-sign
"
></i>
<i
class=
"
fa fa-warning
"
></i>
</a>
</a>
</li>
</li>
...
@@ -375,7 +375,7 @@
...
@@ -375,7 +375,7 @@
<a
bs-tooltip=
"target.errors.sampling"
<a
bs-tooltip=
"target.errors.sampling"
style=
"color: rgb(229, 189, 28)"
style=
"color: rgb(229, 189, 28)"
ng-show=
"target.errors.sampling"
>
ng-show=
"target.errors.sampling"
>
<i
class=
"
icon-warning-sign
"
></i>
<i
class=
"
fa fa-warning
"
></i>
</a>
</a>
</li>
</li>
</ul>
</ul>
...
...
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