icons for DHCP modules

This commit is contained in:
Roland Gruber 2010-02-15 20:31:30 +00:00
parent 4f84924055
commit e787b1196b
4 changed files with 2 additions and 2 deletions

BIN
lam/graphics/computer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
lam/graphics/ipRange.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -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

View File

@ -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