Add CRUD for Client Applications deleted dupe modals

This commit is contained in:
root
2019-03-22 18:05:37 -04:00
parent 2b63681023
commit 65557db9a9
10 changed files with 222 additions and 92 deletions

View File

@@ -103,4 +103,11 @@
'Virtual Machine',
'Other'
);
$application_types_array = array(
'Web App',
'Desktop App',
'Other'
);
?>