mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
change default icon to home
This commit is contained in:
Vendored
+2
-2
@@ -20,10 +20,10 @@ L.AwesomeMarkers.Icon = L.Icon.extend({
|
||||
iconAnchor: [17, 42],
|
||||
popupAnchor: [1, -32],
|
||||
shadowAnchor: [10, 12],
|
||||
icon: 'font', // All the font-awesome icons are possible
|
||||
shadowSize: [36, 16],
|
||||
className: 'awesome-marker',
|
||||
color: 'blue' // red, orange, green, blue, purple
|
||||
icon: 'home',
|
||||
color: 'blue'
|
||||
},
|
||||
|
||||
initialize: function (options) {
|
||||
|
||||
Reference in New Issue
Block a user