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
af363ab4
Commit
af363ab4
authored
Dec 16, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(panel): build fixes
parent
62f3b166
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
+7
-1
public/sass/base/_type.scss
+4
-0
public/sass/components/_view_states.scss
+2
-1
public/test/test-main.js
+1
-0
No files found.
public/sass/base/_type.scss
View file @
af363ab4
...
@@ -327,5 +327,9 @@ a.external-link {
...
@@ -327,5 +327,9 @@ a.external-link {
p
:last-child
{
p
:last-child
{
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
ul
:last-child
{
margin-bottom
:
0
;
}
}
}
public/sass/components/_view_states.scss
View file @
af363ab4
...
@@ -29,7 +29,8 @@
...
@@ -29,7 +29,8 @@
.dashnav-refresh-action
,
.dashnav-refresh-action
,
.dashnav-zoom-out
,
.dashnav-zoom-out
,
.dashnav-action-icons
,
.dashnav-action-icons
,
.panel-info-corner--has-desc
,
.panel-info-corner--info
,
.panel-info-corner--links
,
.dashnav-move-timeframe
{
.dashnav-move-timeframe
{
opacity
:
0
;
opacity
:
0
;
transition
:
all
1
.5s
ease-in-out
1s
;
transition
:
all
1
.5s
ease-in-out
1s
;
...
...
public/test/test-main.js
View file @
af363ab4
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
paths
:
{
paths
:
{
'mousetrap'
:
'vendor/npm/mousetrap/mousetrap.js'
,
'mousetrap'
:
'vendor/npm/mousetrap/mousetrap.js'
,
'eventemitter3'
:
'vendor/npm/eventemitter3/index.js'
,
'eventemitter3'
:
'vendor/npm/eventemitter3/index.js'
,
'remarkable'
:
'vendor/npm/remarkable/dist/remarkable.js'
,
'tether'
:
'vendor/npm/tether/dist/js/tether.js'
,
'tether'
:
'vendor/npm/tether/dist/js/tether.js'
,
'tether-drop'
:
'vendor/npm/tether-drop/dist/js/drop.js'
,
'tether-drop'
:
'vendor/npm/tether-drop/dist/js/drop.js'
,
'moment'
:
'vendor/moment.js'
,
'moment'
:
'vendor/moment.js'
,
...
...
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