mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-06 03:49:56 +02:00
added icons for modules
This commit is contained in:
parent
cad39b6dc3
commit
d6200ee947
17 changed files with 53 additions and 4 deletions
|
@ -42,6 +42,8 @@ class ldapPublicKey extends baseModule {
|
|||
*/
|
||||
function get_metaData() {
|
||||
$return = array();
|
||||
// icon
|
||||
$return['icon'] = 'key.png';
|
||||
// manages host accounts
|
||||
$return["account_types"] = array("user");
|
||||
// alias name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue