Add ability to manage computers and computer groups from web interface
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user