mirror of
https://github.com/ansible/awx.git
synced 2026-07-11 00:08:02 -02:30
Changes copy behavior to reload list rather than navigate to edit form. Shows toast message on successful copy.
This commit is contained in:
@@ -72,6 +72,7 @@ function BaseStringService (namespace) {
|
||||
this.COPY = t.s('COPY');
|
||||
this.YES = t.s('YES');
|
||||
this.CLOSE = t.s('CLOSE');
|
||||
this.SUCCESSFUL_CREATION = resource => t.s('{{ resource }} successfully created', { resource });
|
||||
|
||||
this.deleteResource = {
|
||||
HEADER: t.s('Delete'),
|
||||
|
||||
Reference in New Issue
Block a user