eventlog: operator change
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user