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
e044a65d
Commit
e044a65d
authored
Aug 01, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(alerting): updated
parent
1edd2241
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
public/app/plugins/panel/graph/thresholds.ts
+3
-3
No files found.
public/app/plugins/panel/graph/thresholds.ts
View file @
e044a65d
...
...
@@ -23,7 +23,7 @@ export class ThresholdControls {
</div>
<div class="alert-handle">
<i class="icon-gf icon-gf-
${
type
}
alert-icon-
${
type
}
"></i>
${
op
}
${
value
}
${
value
}
</div>`
;
}
...
...
@@ -59,7 +59,7 @@ export class ThresholdControls {
// calculate graph level
var
graphValue
=
plot
.
c2p
({
left
:
0
,
top
:
posTop
}).
y
;
graphValue
=
parseInt
(
graphValue
.
toFixed
(
0
));
threshold
.
value
=
graphValue
;
threshold
.
from
=
graphValue
;
var
valueCanvasPos
=
plot
.
p2c
({
x
:
0
,
y
:
graphValue
});
...
...
@@ -90,7 +90,7 @@ export class ThresholdControls {
renderHandle
(
type
,
model
,
defaultHandleTopPos
)
{
var
handleElem
=
this
.
placeholder
.
find
(
`.alert-handle-wrapper--
${
type
}
`
);
var
value
=
model
.
value
;
var
value
=
model
.
from
;
var
valueStr
=
value
;
var
handleTopPos
=
0
;
...
...
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