eventlog: Add icon set/reset
This commit is contained in:
@@ -197,6 +197,12 @@ angular.module('Application').controller('ActivityController', ['$scope', '$loca
|
||||
} else {
|
||||
return 'Data directory of ' + name + ' was reset';
|
||||
}
|
||||
} else if ('icon' in data) {
|
||||
if (data.icon) {
|
||||
return 'Icon of ' + name + ' was set';
|
||||
} else {
|
||||
return 'Icon of ' + name + ' was reset';
|
||||
}
|
||||
}
|
||||
|
||||
return data.app.manifest.title + ' was re-configured at ' + (data.app.fqdn || data.app.location);
|
||||
|
||||
Reference in New Issue
Block a user