Fixed delete device and merged changes
This commit is contained in:
+2
-2
@@ -39,11 +39,11 @@
|
||||
<div>Start: <span class="font-mono">{{ dhcp_pool.start_ip }}</span></div>
|
||||
<div>End: <span class="font-mono">{{ dhcp_pool.end_ip }}</span></div>
|
||||
{% if dhcp_pool.excluded_ips %}
|
||||
<div>Excluded: <span class="font-mono">{{ dhcp_pool.excluded_ips }}</span></div>
|
||||
<div>Excluded: <span class="font-mono break-words inline-block max-w-full whitespace-normal">{{ dhcp_pool.excluded_ips }}</span></div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user