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
49ee388d
Commit
49ee388d
authored
Dec 26, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1274 from matschaffer/panel-alert-tweak
Bring panel alert to front and move tooltip to top.
parents
32ae0ea1
6cb4b406
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
src/app/directives/grafanaPanel.js
+1
-1
src/css/less/panel.less
+1
-0
No files found.
src/app/directives/grafanaPanel.js
View file @
49ee388d
...
...
@@ -18,7 +18,7 @@ function (angular, $, config) {
'<div class="panel-header">'
+
'<span class="alert-error panel-error small pointer"'
+
'config-modal="app/partials/inspector.html" ng-if="panelMeta.error">'
+
'<span data-placement="
right
" bs-tooltip="panelMeta.error">'
+
'<span data-placement="
top
" bs-tooltip="panelMeta.error">'
+
'<i class="icon-exclamation-sign"></i><span class="panel-error-arrow"></span>'
+
'</span>'
+
'</span>'
+
...
...
src/css/less/panel.less
View file @
49ee388d
...
...
@@ -62,6 +62,7 @@
left: 0;
padding: 0px 17px 6px 5px;
top: 0;
z-index: 10;
i {
position: relative;
top: -2px;
...
...
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