mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
Last fixes for 0.0.1
- fix prometheus request error - remove console.log - bring back drawSimpleColorLegend
This commit is contained in:
+1
-1
@@ -596,7 +596,7 @@ export default function link(scope, elem, attrs, ctrl) {
|
||||
timeRange = ctrl.range;
|
||||
cardsData = ctrl.cardsData;
|
||||
|
||||
if (!setElementHeight() || !data) {
|
||||
if (!data || !cardsData || !setElementHeight()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user