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
a433698d
Commit
a433698d
authored
Nov 02, 2017
by
Patrick O'Carroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed class name for no-alerts
parent
5a26fc25
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
public/app/plugins/panel/alertlist/module.html
+1
-1
public/sass/pages/_alerting.scss
+7
-7
No files found.
public/app/plugins/panel/alertlist/module.html
View file @
a433698d
<div
class=
"panel-alert-list"
style=
"{{ctrl.contentHeight}}"
>
<section
class=
"card-section card-list-layout-list"
ng-if=
"ctrl.panel.show === 'current'"
>
<ol
class=
"card-list"
>
<div
class=
"
no-alert
"
ng-style=
"{'height': + ctrl.panelHeight + 'px'}"
ng-show=
"!ctrl.currentAlerts.length"
>
<div
class=
"
alert-list-no-alerts
"
ng-style=
"{'height': + ctrl.panelHeight + 'px'}"
ng-show=
"!ctrl.currentAlerts.length"
>
<p
class=
"alert-list-title"
>
No alerts in selected interval
</p>
...
...
public/sass/pages/_alerting.scss
View file @
a433698d
...
...
@@ -91,6 +91,13 @@
align-items
:
flex-end
;
}
.alert-list-no-alerts
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
100%
;
}
.panel-has-alert
{
.panel-alert-icon
:before
{
content
:
"\e611"
;
...
...
@@ -132,13 +139,6 @@
}
}
.no-alert
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
100%
;
}
@keyframes
alerting-panel
{
100
%
{
opacity
:
1
;
...
...
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