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
5f3b5fdc
Commit
5f3b5fdc
authored
Jun 15, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated
parent
6a95df40
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
public/app/core/components/form_dropdown/form_dropdown.ts
+8
-5
No files found.
public/app/core/components/form_dropdown/form_dropdown.ts
View file @
5f3b5fdc
...
@@ -194,17 +194,19 @@ export class FormDropdownCtrl {
...
@@ -194,17 +194,19 @@ export class FormDropdownCtrl {
const
template
=
`
const
template
=
`
<input type="text"
<input type="text"
data-provide="typeahead"
data-provide="typeahead"
class="gf-form-input"
class="gf-form-input"
spellcheck="false"
spellcheck="false"
style="display:none"></input>
style="display:none">
</input>
<a class="gf-form-label"
<a class="gf-form-label"
ng-class="ctrl.cssClass"
ng-class="ctrl.cssClass"
tabindex="1"
tabindex="1"
ng-click="ctrl.open()"
ng-click="ctrl.open()"
give-focus="ctrl.focus"
give-focus="ctrl.focus"
ng-bind-html="ctrl.display"></a>
ng-bind-html="ctrl.display">
</a>
`
;
`
;
export
function
formDropdownDirective
()
{
export
function
formDropdownDirective
()
{
...
@@ -221,6 +223,7 @@ export function formDropdownDirective() {
...
@@ -221,6 +223,7 @@ export function formDropdownDirective() {
onChange
:
"&"
,
onChange
:
"&"
,
cssClass
:
"@"
,
cssClass
:
"@"
,
allowCustom
:
"@"
,
allowCustom
:
"@"
,
selectMode
:
"@"
,
},
},
link
:
function
()
{
link
:
function
()
{
}
}
...
...
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