mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 18:49:21 -02:30
Add Instance enable/disable toggle to list
This commit is contained in:
committed by
Matthew Jones
parent
70786c53a7
commit
e07f441e32
@@ -60,6 +60,8 @@ function BaseStringService (namespace) {
|
||||
this.CANCEL = t.s('CANCEL');
|
||||
this.SAVE = t.s('SAVE');
|
||||
this.OK = t.s('OK');
|
||||
this.ON = t.s('ON');
|
||||
this.OFF = t.s('OFF');
|
||||
this.deleteResource = {
|
||||
HEADER: t.s('Delete'),
|
||||
USED_BY: resourceType => t.s('The {{ resourceType }} is currently being used by other resources.', { resourceType }),
|
||||
|
||||
Reference in New Issue
Block a user