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
c88bfbbf
Commit
c88bfbbf
authored
Nov 02, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SingleStatPanel: editor cleanup
parent
ed8dd03f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
22 deletions
+1
-22
src/app/panels/stats/statsEditor.html
+1
-22
No files found.
src/app/panels/stats/statsEditor.html
View file @
c88bfbbf
...
...
@@ -34,7 +34,6 @@
<div
class=
"editor-row"
>
<div
class=
"section"
>
<h5>
Spark lines
</h5>
</div>
<editor-opt-bool
text=
"Spark line"
model=
"panel.sparkline.show"
change=
"render()"
></editor-opt-bool>
<editor-opt-bool
text=
"Background mode"
model=
"panel.sparkline.full"
change=
"render()"
></editor-opt-bool>
<div
class=
"editor-option"
>
...
...
@@ -42,28 +41,8 @@
<spectrum-picker
ng-model=
"panel.sparkline.lineColor"
ng-change=
"render()"
></spectrum-picker>
<spectrum-picker
ng-model=
"panel.sparkline.fillColor"
ng-change=
"render()"
></spectrum-picker>
</div>
</div>
</div>
<div
class=
"editor-row"
>
<div
class=
"section"
>
<h5>
Series options
</h5>
<div
class=
"grafana-target"
ng-repeat=
"series in data.series"
>
<div
class=
"grafana-target-inner"
>
<ul
class=
"grafana-segment-list"
>
<li
class=
"grafana-target-segment"
>
<i
class=
"icon-eye-open"
ng-click=
"hideSeries(series)"
></i>
</li>
<li
class=
"grafana-target-segment"
>
{{series.info.alias}}
</li>
<li
class=
"grafana-target-segment"
>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
</div>
</div>
</div>
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