mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
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:
10
dist/css/custom.css
vendored
10
dist/css/custom.css
vendored
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user