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
|
// this is a base module
|
||||||
$return["is_base"] = false;
|
$return["is_base"] = false;
|
||||||
// icon
|
// icon
|
||||||
$return['icon'] = 'network-wired.png';
|
$return['icon'] = 'computer.png';
|
||||||
// RDN attribute
|
// RDN attribute
|
||||||
$return["RDN"] = array("cn" => "high");
|
$return["RDN"] = array("cn" => "high");
|
||||||
// LDAP filter
|
// LDAP filter
|
||||||
|
|
|
@ -61,7 +61,7 @@ class range extends baseModule {
|
||||||
// this is a base module
|
// this is a base module
|
||||||
$return["is_base"] = false;
|
$return["is_base"] = false;
|
||||||
// icon
|
// icon
|
||||||
$return['icon'] = 'network-wired.png';
|
$return['icon'] = 'ipRange.png';
|
||||||
// RDN attribute
|
// RDN attribute
|
||||||
$return["RDN"] = array("cn" => "high");
|
$return["RDN"] = array("cn" => "high");
|
||||||
// LDAP filter
|
// LDAP filter
|
||||||
|
|
Loading…
Reference in New Issue