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
78ea1dc8
Commit
78ea1dc8
authored
Aug 14, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: new page header look wip
parent
8b879643
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
74 additions
and
19 deletions
+74
-19
public/app/features/plugins/partials/ds_edit.html
+27
-5
public/app/features/plugins/partials/ds_list.html
+20
-4
public/sass/_variables.dark.scss
+1
-1
public/sass/layout/_page.scss
+26
-9
No files found.
public/app/features/plugins/partials/ds_edit.html
View file @
78ea1dc8
<navbar
model=
"ctrl.navModel"
></navbar>
<div
class=
"page-header container"
>
<div
class=
"page-header-inner"
>
<div
class=
"page-breadcrumb"
>
<div
class=
"page-breadcrumb__item"
>
<a
class=
"pointer"
>
Configuration
<i
class=
"fa fa-caret-down"
></i>
</a>
</div>
<!-- <div class="page-breadcrumb__item">/</div> -->
<div
class=
"page-breadcrumb__item"
>
<a
class=
"pointer"
>
Data sources
</a>
</div>
</div>
<div
class=
"page-container"
>
<h1>
<i
class=
"icon-gf icon-gf-datasources"
></i>
<span
ng-show=
"ctrl.isNew"
>
Add data source
</span>
<span
ng-hide=
"ctrl.isNew"
>
Settings
</span>
</h1>
<div
class=
"page-header"
>
<h1
ng-show=
"ctrl.isNew"
>
Add data source
</h1>
<h1
ng-hide=
"ctrl.isNew"
>
Edit data source
</h1>
<a
class=
"page-header__cta btn btn-success"
href=
"datasources/new"
ng-show=
"ctrl.isNew"
>
<i
class=
"fa fa-plus"
></i>
Add data source
</a>
<div
class=
"page-header-tabs"
ng-show=
"ctrl.hasDashboards"
>
<ul
class=
"gf-tabs"
>
...
...
@@ -21,6 +40,9 @@
</ul>
</div>
</div>
</div>
<div
class=
"page-container"
>
<div
ng-if=
"ctrl.tabIndex === 0"
class=
"tab-content"
>
...
...
public/app/features/plugins/partials/ds_list.html
View file @
78ea1dc8
<div
class=
"page-container"
>
<div
class=
"page-header"
>
<h1>
Data Sources
</h1>
<a
class=
"btn btn-success"
href=
"datasources/new"
>
<div
class=
"page-header container"
>
<div
class=
"page-header-inner"
>
<div
class=
"page-breadcrumb"
>
<div
class=
"page-breadcrumb__item"
>
<a
class=
"pointer"
>
Configuration
<i
class=
"fa fa-caret-down"
></i>
</a>
</div>
</div>
<h1>
<i
class=
"icon-gf icon-gf-datasources"
></i>
<span>
Data Sources
</span>
</h1>
<a
class=
"page-header__cta btn btn-success"
href=
"datasources/new"
>
<i
class=
"fa fa-plus"
></i>
Add data source
</a>
</div>
</div>
<div
class=
"page-container container"
>
<section
class=
"card-section"
layout-mode
>
<layout-selector></layout-selector>
...
...
public/sass/_variables.dark.scss
View file @
78ea1dc8
...
...
@@ -48,7 +48,7 @@ $critical: #ed2e18;
// Scaffolding
// -------------------------
$body-bg
:
rgb
(
2
0
,
20
,
20
);
$body-bg
:
rgb
(
2
4
,
20
,
20
);
$page-bg
:
$dark-2
;
$body-color
:
$gray-4
;
$text-color
:
$gray-4
;
...
...
public/sass/layout/_page.scss
View file @
78ea1dc8
...
...
@@ -7,15 +7,20 @@
.main-view
{
flex-grow
:
1
;
background
:
linear-gradient
(
180deg
,
#282020
0
,
#1e0f05
);
}
.page-container
{
@extend
.container
;
background-color
:
$page-bg
;
padding
:
(
$spacer
*
2
)
(
$spacer
*
4
)
;
padding
:
$spacer
;
min-height
:
calc
(
100%
-
54px
);
padding-bottom
:
$spacer
*
5
;
background-image
:
linear-gradient
(
60deg
,
transparent
70%
,
darken
(
$page-bg
,
4%
)
98%
)
}
.page-header-inner
{
@include
brand-bottom-border
();
@include
clearfix
();
}
.page-body
{
...
...
@@ -38,21 +43,20 @@
}
.page-header
{
padding
:
$spacer
0
0
0
;
margin-bottom
:
2rem
;
@include
brand-bottom-border
();
@include
clearfix
();
padding
:
2rem
0
1rem
0
;
h1
{
font-size
:
$font-size-h2
;
flex-grow
:
1
;
display
:
inline-block
;
margin-bottom
:
$spacer
*
1
.5
;
}
button
,
a
{
}
.page-header__cta
{
float
:
right
;
margin-left
:
$spacer
;
}
}
.page-heading
{
...
...
@@ -90,3 +94,16 @@
.page-sidebar-section
{
margin-bottom
:
$spacer
*
2
;
}
.page-breadcrumb
{
display
:
flex
;
margin-bottom
:
$spacer
;
}
.page-breadcrumb__item
{
a
{
color
:
$text-color-weak
;
}
padding-right
:
$spacer
;
}
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