This is an automated email from the ASF dual-hosted git repository.
ytykhun pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/develop by this push:
new 5f0bb0c [DATALAB-1956] rename popup name and action column
new e70154d Merge pull request #1302 from GennadiyShpak/DATALAB-1956
5f0bb0c is described below
commit 5f0bb0cdf534a910390080709290e22ce192e461
Author: KYIV\Hennadii_Shpak <[email protected]>
AuthorDate: Mon Oct 18 16:52:56 2021 +0300
[DATALAB-1956] rename popup name and action column
---
.../src/main/resources/webapp/src/app/core/services/audit.service.ts | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/services/self-service/src/main/resources/webapp/src/app/core/services/audit.service.ts
b/services/self-service/src/main/resources/webapp/src/app/core/services/audit.service.ts
index 16874cc..1bdaa92 100644
---
a/services/self-service/src/main/resources/webapp/src/app/core/services/audit.service.ts
+++
b/services/self-service/src/main/resources/webapp/src/app/core/services/audit.service.ts
@@ -63,6 +63,9 @@ export class AuditService {
if(item?.info?.startsWith('Copy')) {
item.action = 'COPY_LINK'
}
+ if (item?.info?.startsWith('Open terminal')) {
+ item.action = 'OPEN_TERMINAL'
+ }
})
return response
}),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]