mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Revert 0402afe5f2
This commit is contained in:
@ -1754,10 +1754,14 @@ tr.search:nth-child(odd) {
|
|||||||
top:30px;
|
top:30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#leaflet-map {
|
||||||
|
height: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
.edit-storage-input {
|
.edit-storage-input {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
@ -152,7 +152,6 @@ marker.bindPopup(title);
|
|||||||
$temp_output .= 'map.addLayer(markers);
|
$temp_output .= 'map.addLayer(markers);
|
||||||
map.scrollWheelZoom.disable();
|
map.scrollWheelZoom.disable();
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$("#leaflet-map").css("height",($("#leaflet-map").parent().innerHeight()-55) + "px");
|
|
||||||
$("#leaflet-map").on("click", function(event) {
|
$("#leaflet-map").on("click", function(event) {
|
||||||
map.scrollWheelZoom.enable();
|
map.scrollWheelZoom.enable();
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user