mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
Add DHCP v4 Route
This commit is contained in:
parent
0573f2a253
commit
882772eb71
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ const navRoutes = {
|
|||
"/network/staticroutes": { icon: IStaticRoutes, caption: "Static Routes" },
|
||||
"/object/addresses": { icon: IAddress, caption: "Addresses" },
|
||||
"/object/services": { icon: IService, caption: "Services" },
|
||||
"/service/dhcpv4servers": { icon: IService, caption: "DHCP v4" },
|
||||
"/config/config": { icon: IConfig, caption: "Config" },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue