fix radio group

This commit is contained in:
Oliver Gorwits
2018-03-10 17:03:16 +00:00
parent 22e6e7a2d8
commit 695ce04f77

View File

@@ -94,7 +94,7 @@
<div class="radio radio-success tooltip-wrapper"
rel="tooltip" data-placement="left" data-offset="5" data-title="No Locations Found">
[% END %]
<input type="radio" name="mapshow" id="nd_mapshow-location"
<input type="radio" name="mapshow" id="nd_mapshow-lgroup"
[% 'checked' IF vars.sidebar_defaults.device_netmap.mapshow == 'location' %]
[% 'disabled' IF NOT location_list.size %] value="location">
<label for="nd_mapshow-lgroup">Only Locations</label>