Add ability to manage computers and computer groups from web interface
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-03-15 16:10:23 -05:00
parent 718414d924
commit d6e4ea2e56
10 changed files with 636 additions and 5 deletions

View File

@@ -3,7 +3,9 @@ module.exports = exports = {
application_already_exists: 'An Application with that identifier already exists.',
group_not_found: 'Group not found with that ID.',
machine_not_found: 'Machine not found with that ID.',
group_already_exists: 'A group with that name already exists.',
machine_already_exists: 'A machine with that name already exists.',
user_not_found: 'User not found with that ID.',
user_already_exists: 'A user with that identifier already exists.',