mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
adding missing action types to Agent activity UI (#144437)
This commit is contained in:
parent
c1070e63a1
commit
6412057399
1 changed files with 10 additions and 0 deletions
|
@ -259,6 +259,16 @@ const actionNames: {
|
|||
completedText: 'updated settings',
|
||||
cancelledText: 'update settings',
|
||||
},
|
||||
POLICY_CHANGE: {
|
||||
inProgressText: 'Changing policy of',
|
||||
completedText: 'changed policy',
|
||||
cancelledText: 'change policy',
|
||||
},
|
||||
INPUT_ACTION: {
|
||||
inProgressText: 'Input action in progress of',
|
||||
completedText: 'input action completed',
|
||||
cancelledText: 'input action',
|
||||
},
|
||||
ACTION: { inProgressText: 'Actioning', completedText: 'actioned', cancelledText: 'action' },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue