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
7b0bbefb
Commit
7b0bbefb
authored
Dec 12, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: minor updates to dashboard settings
parent
0a8bd5d2
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
8 deletions
+14
-8
public/app/features/dashboard/history/history.html
+1
-1
public/app/features/dashboard/history/history.ts
+0
-2
public/app/features/dashboard/settings/settings.html
+1
-1
public/sass/components/_dashboard_settings.scss
+0
-1
public/sass/components/_gf-form.scss
+8
-3
public/sass/components/_query_editor.scss
+4
-0
No files found.
public/app/features/dashboard/history/history.html
View file @
7b0bbefb
<h3
class=
"dashboard-settings__header"
>
<a
ng-click=
"ctrl.switchMode('list')"
>
Version
History
</a>
<a
ng-click=
"ctrl.switchMode('list')"
>
Version
s
</a>
<span
ng-show=
"ctrl.mode === 'compare'"
>
>
Comparing {{ctrl.baseInfo.version}}
<i
class=
"fa fa-arrows-h"
></i>
...
...
public/app/features/dashboard/history/history.ts
View file @
7b0bbefb
///<reference path="../../../headers/common.d.ts" />
import
'./history_srv'
;
import
_
from
'lodash'
;
...
...
public/app/features/dashboard/settings/settings.html
View file @
7b0bbefb
...
...
@@ -23,7 +23,7 @@
</aside>
<div
class=
"dashboard-settings__content"
ng-if=
"ctrl.viewId === 'settings'"
>
<h3
class=
"dashboard-settings__header"
>
<h3
class=
"dashboard-settings__header
m-b-1
"
>
General
</h3>
...
...
public/sass/components/_dashboard_settings.scss
View file @
7b0bbefb
...
...
@@ -35,7 +35,6 @@
.dashboard-settings__aside-header
{
color
:
$text-muted
;
font-size
:
$font-size-h3
;
margin-bottom
:
20px
;
padding-right
:
60px
;
white-space
:
nowrap
;
...
...
public/sass/components/_gf-form.scss
View file @
7b0bbefb
...
...
@@ -85,6 +85,14 @@ $input-border: 1px solid $input-border-color;
}
}
.gf-form-label
+
.gf-form-label
{
margin-right
:
$gf-form-margin
;
}
.gf-form
+
.gf-form
{
margin-right
:
$gf-form-margin
;
}
.gf-form-pre
{
display
:
block
;
flex-grow
:
1
;
...
...
@@ -254,9 +262,6 @@ $input-border: 1px solid $input-border-color;
margin-right
:
$gf-form-margin
;
line-height
:
$input-line-height
;
font-size
:
$font-size-sm
;
box-shadow
:
none
;
@include
border-radius
(
$label-border-radius-sm
);
border
:
$input-btn-border-width
solid
transparent
;
flex-shrink
:
0
;
flex-grow
:
0
;
...
...
public/sass/components/_query_editor.scss
View file @
7b0bbefb
...
...
@@ -33,6 +33,10 @@
.gf-form-label
{
margin-right
:
2px
;
}
.gf-form
+
.gf-form
{
margin-right
:
0
;
}
}
.gf-form-query-content
{
...
...
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