add ui to manage static dhcp leases

* add support to parse duplicate options in ParseConfig()
* add logic, html and js to edit dhcp leases
This commit is contained in:
glaszig
2019-08-01 16:31:11 +02:00
parent 1b32ed53d6
commit d18dbd7def
4 changed files with 118 additions and 7 deletions

10
dist/css/custom.css vendored
View File

@@ -53,3 +53,13 @@
width:100%;
height:300px;
}
.dhcp-static-leases {
margin-top: 1em;
margin-bottom: 1em;
}
.dhcp-static-lease-row {
margin-top: 0.5em;
margin-bottom: 0.5em;
}