We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603d7f5 commit 374eb91Copy full SHA for 374eb91
src/components/GeoWidget.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div class='bg-vdark inset-shadow'>
3
- <q-banner dense inline-actions class="text-vdark bg-vgreen">
4
- The map widget is currently disabled, the data is artificial.
+ <q-banner dense inline-actions class="text-vdark bg-vpurple">
+ Live Nodes: The map widget is currently disabled, the data is artificial.
5
</q-banner>
6
<div id='map'></div>
7
<div id='tooltip' class='hidden bg-vgrey'>
@@ -31,7 +31,6 @@ var countries = require('../assets/geoWidgetData/countries.geo.json')
31
32
export default {
33
name: 'GeoWidget',
34
- props: ['geoData'],
35
data () {
36
return {
37
nodeGeoData: []
0 commit comments