+ checkPermissions('customer-companies', 'RO', true)) {
+ showCard('customers', 'companies', '6');
+ }
-
-
- checkPermissions('customer-companies', 'RO', true)) { ?>
-
- checkPermissions('servers', 'RO', true)) { ?>
-
-
-
+ if ($GLOBALS['modules_enabled']['servers'] && $API->checkPermissions('servers', 'RO', true)) {
+ showCard('servers', 'server_overview', '6');
+ }
- checkPermissions('ofice-stompjes', 'RO', true)) { ?>
-
-
-
-
- checkPermissions('ofice-stompjes', 'RO', true)) {
+ showCard('office', 'stompjeslist');
+ }
- if ($GLOBALS['modules_enabled']['autop']) { ?>
-
-
-
-
-
-
-
-
-
-
-
+ if ($GLOBALS['modules_enabled']['autop']) {
+ showCard('autop', 'platforms');
+ showCard('autop', 'vendors');
+ showCard('autop', 'devices');
+ showCard('autop', 'device_settings');
+ showCard('autop', 'provisioning');
+ showCard('autop', 'phonebooks');
+ }
+
+ if ($GLOBALS['modules_enabled']['system']) {
+ showCard('system', 'access_control');
+ showCard('system', 'systemconfig');
+ }
+ ?>