123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- <?php
- //application details
- $apps[$x]['name'] = "Services";
- $apps[$x]['uuid'] = "35ff1f56-513a-1f6c-a393-955838ff12ee";
- $apps[$x]['category'] = "System";
- $apps[$x]['subcategory'] = "";
- $apps[$x]['version'] = "1.0";
- $apps[$x]['license'] = "Mozilla Public License 1.1";
- $apps[$x]['url'] = "http://www.fusionpbx.com";
- $apps[$x]['description']['en-us'] = "Monitor System Services.";
- $apps[$x]['description']['ar-eg'] = "";
- $apps[$x]['description']['de-at'] = "Systemdienste überwachen.";
- $apps[$x]['description']['de-ch'] = "";
- $apps[$x]['description']['de-de'] = "Systemdienste überwachen.";
- $apps[$x]['description']['es-cl'] = "Monitor de Servicios de Sistema";
- $apps[$x]['description']['es-mx'] = "";
- $apps[$x]['description']['fr-ca'] = "";
- $apps[$x]['description']['fr-fr'] = "Contrôler les services du système.";
- $apps[$x]['description']['he-il'] = "";
- $apps[$x]['description']['it-it'] = "";
- $apps[$x]['description']['nl-nl'] = "";
- $apps[$x]['description']['pl-pl'] = "";
- $apps[$x]['description']['pt-br'] = "";
- $apps[$x]['description']['pt-pt'] = "Monitorizar Serviços do Sistema.";
- $apps[$x]['description']['ro-ro'] = "";
- $apps[$x]['description']['ru-ru'] = "";
- $apps[$x]['description']['sv-se'] = "";
- $apps[$x]['description']['uk-ua'] = "";
- //permission details
- $y=0;
- $apps[$x]['permissions'][$y]['name'] = "service_view";
- $apps[$x]['permissions'][$y]['menu']['uuid'] = "c28f14e9-e5ad-e992-0931-d5f5f0db6a79";
- $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
- $y++;
- $apps[$x]['permissions'][$y]['name'] = "service_add";
- $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
- $y++;
- $apps[$x]['permissions'][$y]['name'] = "service_edit";
- $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
- $y++;
- $apps[$x]['permissions'][$y]['name'] = "service_delete";
- $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
- //schema details
- $y=0;
- $apps[$x]['db'][$y]['table']['name'] = "v_services";
- $apps[$x]['db'][$y]['table']['parent'] = "";
- $z=0;
- $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
- $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "service_id";
- $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial";
- $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "integer";
- $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "INT NOT NULL AUTO_INCREMENT";
- $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
- $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
- $z++;
- $apps[$x]['db'][$y]['fields'][$z]['name'] = "service_uuid";
- $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
- $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
- $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
- $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
- $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
- $z++;
- $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid";
- $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
- $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
- $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
- $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
- $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains";
- $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid";
- $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
- $z++;
- $apps[$x]['db'][$y]['fields'][$z]['name'] = "v_id";
- $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
- $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
- $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
- $z++;
- $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "service_name";
- $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "v_service_name";
- $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
- $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
- $z++;
- $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "service_type";
- $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "v_service_type";
- $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
- $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
- $z++;
- $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "service_data";
- $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "v_service_data";
- $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
- $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
- $z++;
- $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "service_cmd_start";
- $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "v_service_cmd_start";
- $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
- $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
- $z++;
- $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "service_cmd_stop";
- $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "v_service_cmd_stop";
- $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
- $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
- $z++;
- $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "service_cmd_restart";
- $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "v_service_cmd_restart";
- $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
- $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
- $z++;
- $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "service_description";
- $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "v_service_description";
- $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
- $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
- ?>
|