Add a new dashboard

This commit is contained in:
markjcrane
2021-11-09 18:42:14 -07:00
parent 75e83ff879
commit 032a5aec39
34 changed files with 3249 additions and 20 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php
//$apps[$x]['menu'][0]['title']['en-us'] = 'Dashboard';
//$apps[$x]['menu'][0]['title']['es-cl'] = '';
//$apps[$x]['menu'][0]['title']['fr-fr'] = '';
//$apps[$x]['menu'][0]['title']['fr-ca'] = '';
//$apps[$x]['menu'][0]['title']['pl'] = '';
//$apps[$x]['menu'][0]['title']['sv-se'] = '';
//$apps[$x]['menu'][0]['title']['uk'] = '';
//$apps[$x]['menu'][0]['title']['de-at'] = '';
//$apps[$x]['menu'][0]['uuid'] = '80e1d487-3091-40a1-aefd-ef8e39e79173';
//$apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
//$apps[$x]['menu'][0]['category'] = 'internal';
//$apps[$x]['menu'][0]['path'] = '/app/dashboard/';
//$apps[$x]['menu'][0]['groups'][] = 'superadmin';
?>