icons for DHCP modules
This commit is contained in:
parent
4f84924055
commit
e787b1196b
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
|
@ -64,7 +64,7 @@ class fixed_ip extends baseModule {
|
|||
// this is a base module
|
||||
$return["is_base"] = false;
|
||||
// icon
|
||||
$return['icon'] = 'network-wired.png';
|
||||
$return['icon'] = 'computer.png';
|
||||
// RDN attribute
|
||||
$return["RDN"] = array("cn" => "high");
|
||||
// LDAP filter
|
||||
|
|
|
@ -61,7 +61,7 @@ class range extends baseModule {
|
|||
// this is a base module
|
||||
$return["is_base"] = false;
|
||||
// icon
|
||||
$return['icon'] = 'network-wired.png';
|
||||
$return['icon'] = 'ipRange.png';
|
||||
// RDN attribute
|
||||
$return["RDN"] = array("cn" => "high");
|
||||
// LDAP filter
|
||||
|
|
Loading…
Reference in New Issue