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
71a839de
Commit
71a839de
authored
Oct 11, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: minor ux fix
parent
7713009c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
public/app/features/org/prefs_control.ts
+3
-3
No files found.
public/app/features/org/prefs_control.ts
View file @
71a839de
...
@@ -52,14 +52,14 @@ var template = `
...
@@ -52,14 +52,14 @@ var template = `
<h3 class="page-heading">Preferences</h3>
<h3 class="page-heading">Preferences</h3>
<div class="gf-form">
<div class="gf-form">
<span class="gf-form-label width-1
0
">UI Theme</span>
<span class="gf-form-label width-1
1
">UI Theme</span>
<div class="gf-form-select-wrapper max-width-20">
<div class="gf-form-select-wrapper max-width-20">
<select class="gf-form-input" ng-model="ctrl.prefs.theme" ng-options="f.value as f.text for f in ctrl.themes"></select>
<select class="gf-form-input" ng-model="ctrl.prefs.theme" ng-options="f.value as f.text for f in ctrl.themes"></select>
</div>
</div>
</div>
</div>
<div class="gf-form">
<div class="gf-form">
<span class="gf-form-label width-1
0
">
<span class="gf-form-label width-1
1
">
Home Dashboard
Home Dashboard
<info-popover mode="right-normal">
<info-popover mode="right-normal">
Not finding dashboard you want? Star it first, then it should appear in this select box.
Not finding dashboard you want? Star it first, then it should appear in this select box.
...
@@ -70,7 +70,7 @@ var template = `
...
@@ -70,7 +70,7 @@ var template = `
</div>
</div>
<div class="gf-form">
<div class="gf-form">
<label class="gf-form-label width-1
0
">Timezone</label>
<label class="gf-form-label width-1
1
">Timezone</label>
<div class="gf-form-select-wrapper max-width-20">
<div class="gf-form-select-wrapper max-width-20">
<select class="gf-form-input" ng-model="ctrl.prefs.timezone" ng-options="f.value as f.text for f in ctrl.timezones"></select>
<select class="gf-form-input" ng-model="ctrl.prefs.timezone" ng-options="f.value as f.text for f in ctrl.timezones"></select>
</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