added small text to show when no datapoints are returned and when datapoints returned from graphite are outside timerange (can happen when timezone mismatch) #143
This commit is contained in:
committed by
Torkel Ödegaard
parent
605888bb78
commit
9a324e35a4
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -447,3 +447,17 @@ input[type=text].func-param {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.datapoints-warning {
|
||||
pointer: none;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
z-index: 10;
|
||||
margin-top: -50px;
|
||||
margin-left: -100px;
|
||||
width: 200px;
|
||||
text-align: center;
|
||||
cursor: auto;
|
||||
//background: rgba(50,50,50,0.8);
|
||||
padding: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user