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
08c1def8
Commit
08c1def8
authored
Feb 18, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): minor update
parent
8193d50d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
public/app/partials/panelgeneral.html
+3
-5
public/sass/_variables.dark.scss
+0
-0
No files found.
public/app/partials/panelgeneral.html
View file @
08c1def8
...
...
@@ -8,11 +8,9 @@
<span
class=
"gf-form-label gf-size-xs"
>
Span
</span>
<select
class=
"gf-form-input gf-size-auto"
ng-model=
"ctrl.panel.span"
ng-options=
"f for f in [0,1,2,3,4,5,6,7,8,9,10,11,12]"
></select>
</div>
<div
class=
"gf-form gf-size-max-lg"
>
<span
class=
"gf-form-label"
>
Height
</span>
<input
type=
"text"
class=
"gf-form-input"
ng-model=
'ctrl.panel.height'
placeholder=
"100px"
></input>
</div>
<div
class=
"gf-form"
>
<div
class=
"gf-form gf-size-max-xxl"
>
<span
class=
"gf-form-label gf-size-sm"
>
Height
</span>
<input
type=
"text"
class=
"gf-form-input gf-size-max-xs"
ng-model=
'ctrl.panel.height'
placeholder=
"100px"
></input>
<editor-checkbox
text=
"Transparent"
model=
"ctrl.panel.transparent"
></editor-checkbox>
</div>
</div>
...
...
public/sass/_variables.dark.scss
View file @
08c1def8
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