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
a6c76355
Commit
a6c76355
authored
Apr 03, 2018
by
Daniel Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
graphite: fixes #11434
parent
533f3a9e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
public/app/plugins/datasource/graphite/add_graphite_func.ts
+1
-0
public/app/plugins/datasource/graphite/func_editor.ts
+1
-0
No files found.
public/app/plugins/datasource/graphite/add_graphite_func.ts
View file @
a6c76355
...
...
@@ -4,6 +4,7 @@ import $ from 'jquery';
import
rst2html
from
'rst2html'
;
import
Drop
from
'tether-drop'
;
/** @ngInject */
export
function
graphiteAddFunc
(
$compile
)
{
const
inputTemplate
=
'<input type="text"'
+
' class="gf-form-input"'
+
' spellcheck="false" style="display:none"></input>'
;
...
...
public/app/plugins/datasource/graphite/func_editor.ts
View file @
a6c76355
...
...
@@ -3,6 +3,7 @@ import _ from 'lodash';
import
$
from
'jquery'
;
import
rst2html
from
'rst2html'
;
/** @ngInject */
export
function
graphiteFuncEditor
(
$compile
,
templateSrv
,
popoverSrv
)
{
const
funcSpanTemplate
=
'<a ng-click="">{{func.def.name}}</a><span>(</span>'
;
const
paramTemplate
=
...
...
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