dashboard: do not show eventlog source ip - too noisy with ipv6
This commit is contained in:
@@ -4017,8 +4017,6 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
|
||||
if (source.appId) {
|
||||
var app = this.getCachedAppSync(source.appId);
|
||||
line += ' - ' + (app ? app.fqdn : source.appId);
|
||||
} else if (source.ip) {
|
||||
line += ' - ' + source.ip;
|
||||
}
|
||||
|
||||
return line;
|
||||
|
||||
Reference in New Issue
Block a user