mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
use app name as part of delete token confirmation modal header
This commit is contained in:
@@ -103,7 +103,7 @@ function ListTokensController (
|
|||||||
|
|
||||||
Prompt({
|
Prompt({
|
||||||
hdr: strings.get('deleteResource.HEADER'),
|
hdr: strings.get('deleteResource.HEADER'),
|
||||||
resourceName: 'token',
|
resourceName: strings.get('list.HEADER', tok.summary_fields.application.name),
|
||||||
body: deleteModalBody,
|
body: deleteModalBody,
|
||||||
action,
|
action,
|
||||||
actionText: strings.get('add.DELETE_ACTION_LABEL')
|
actionText: strings.get('add.DELETE_ACTION_LABEL')
|
||||||
|
|||||||
Reference in New Issue
Block a user