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
9fb5367e
Commit
9fb5367e
authored
Dec 13, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of github.com:grafana/grafana into develop
parents
2765c2ec
c63569b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
public/app/partials/valueSelectDropdown.html
+2
-2
public/sass/components/_submenu.scss
+5
-1
No files found.
public/app/partials/valueSelectDropdown.html
View file @
9fb5367e
<div
class=
"variable-link-wrapper"
>
<a
ng-click=
"vm.show()"
class=
"
gf-form-label
variable-value-link"
>
<a
ng-click=
"vm.show()"
class=
"variable-value-link"
>
{{vm.linkText}}
<span
ng-repeat=
"tag in vm.selectedTags"
bs-tooltip=
'tag.valuesText'
data-placement=
"bottom"
>
<span
class=
"label-tag"
tag-color-from-name=
"tag.text"
>
...
...
@@ -7,7 +7,7 @@
{{tag.text}}
</span>
</span>
<i
class=
"fa fa-caret-down"
></i>
<i
class=
"fa fa-caret-down"
style=
"font-size:12px"
></i>
</a>
<input
type=
"text"
class=
"gf-form-input"
style=
"display: none"
ng-keydown=
"vm.keyDown($event)"
ng-model=
"vm.search.query"
ng-change=
"vm.queryChanged()"
></input>
...
...
public/sass/components/_submenu.scss
View file @
9fb5367e
...
...
@@ -38,7 +38,11 @@
.variable-value-link
{
padding-right
:
10px
;
padding
:
8px
7px
;
padding
:
$input-padding-y
$input-padding-x
;
background-color
:
$input-bg
;
border
:
1px
solid
$input-border-color
;
border-radius
:
$input-border-radius
;
color
:
$input-color
;
box-sizing
:
content-box
;
display
:
inline-block
;
color
:
$text-color
;
...
...
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