eventlog: operator change

This commit is contained in:
Girish Ramakrishnan
2021-09-23 09:29:29 -07:00
parent d32f133d98
commit 371eea50bf
+2
View File
@@ -3118,6 +3118,8 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
if ('accessRestriction' in data) { // since it can be null
return 'Access restriction of ' + appName(app) + ' was changed';
} else if ('operators' in data) {
return 'Operators of ' + appName(app) + ' was changed';
} else if (data.label) {
return 'Label of ' + appName(app) + ' was set to ' + q(data.label);
} else if (data.tags) {