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
f1d4fd3e
Commit
f1d4fd3e
authored
Apr 27, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(query editors): changed chevron position
parent
7b560f90
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
17 deletions
+19
-17
public/app/features/panel/partials/query_editor_row.html
+9
-11
public/app/plugins/datasource/grafana/partials/query.editor.html
+6
-4
public/app/plugins/datasource/opentsdb/partials/query.editor.html
+0
-2
public/sass/base/_type.scss
+4
-0
No files found.
public/app/features/panel/partials/query_editor_row.html
View file @
f1d4fd3e
...
...
@@ -2,11 +2,11 @@
<div
class=
"gf-form-query"
>
<div
class=
"gf-form"
>
<label
class=
"gf-form-label"
>
<a
class=
"pointer query-keyword"
tabindex=
"1"
ng-click=
"ctrl.toggleCollapse()"
ng-class=
"{muted: !ctrl.canCollapse}"
>
<i
class=
"fa fa-caret-down"
ng-hide=
"ctrl.collapsed"
></i>
<i
class=
"fa fa-caret-right"
ng-show=
"ctrl.collapsed"
></i>
{{ctrl.target.refId}}
</label>
<label
class=
"gf-form-label"
>
<a
ng-click=
"ctrl.toggleHideQuery()"
role=
"menuitem"
>
<i
class=
"fa fa-eye"
></i>
<em
ng-show=
"ctrl.target.datasource"
>
{{ctrl.target.datasource}}
</em>
</a>
</label>
</div>
...
...
@@ -23,13 +23,6 @@
</div>
<div
class=
"gf-form"
>
<label
class=
"gf-form-label"
>
<a
class=
"pointer"
tabindex=
"1"
ng-click=
"ctrl.toggleCollapse()"
ng-class=
"{muted: !ctrl.canCollapse}"
>
<em
ng-show=
"ctrl.target.datasource"
>
{{ctrl.target.datasource}}
</em>
<i
class=
"fa fa-fw fa-chevron-down"
ng-hide=
"ctrl.collapsed"
></i>
<i
class=
"fa fa-fw fa-chevron-left"
ng-show=
"ctrl.collapsed"
></i>
</a>
</label>
<label
class=
"gf-form-label dropdown"
>
<a
class=
"pointer dropdown-toggle"
data-toggle=
"dropdown"
tabindex=
"1"
>
<i
class=
"fa fa-bars"
></i>
...
...
@@ -50,6 +43,11 @@
</ul>
</label>
<label
class=
"gf-form-label"
>
<a
ng-click=
"ctrl.toggleHideQuery()"
role=
"menuitem"
>
<i
class=
"fa fa-eye"
></i>
</a>
</label>
<label
class=
"gf-form-label"
>
<a
class=
"pointer"
tabindex=
"1"
ng-click=
"ctrl.removeQuery(ctrl.target)"
>
<i
class=
"fa fa-trash"
></i>
</a>
...
...
public/app/plugins/datasource/grafana/partials/query.editor.html
View file @
f1d4fd3e
<query-editor-row
ctrl=
"ctrl"
>
<li
class=
"tight-form-item"
>
Test metric (fake data source)
</li>
<query-editor-row
query-ctrl=
"ctrl"
can-collapse=
"false"
>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form"
>
<label
class=
"gf-form-label"
>
Test metric (fake data source)
</label>
</div>
</div>
</query-editor-row>
public/app/plugins/datasource/opentsdb/partials/query.editor.html
View file @
f1d4fd3e
...
...
@@ -251,5 +251,3 @@
</div>
</query-editor-row>
public/sass/base/_type.scss
View file @
f1d4fd3e
...
...
@@ -118,6 +118,10 @@ small,
font-weight
:
normal
;
}
.small-xs
{
font-size
:
$font-size-xs
;
}
mark
,
.mark
{
padding
:
.2em
;
...
...
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