dashboard: do not show eventlog source ip - too noisy with ipv6

This commit is contained in:
Johannes Zellner
2024-06-11 11:40:04 +02:00
parent 73fdcae916
commit 76dadd1f8b
3 changed files with 3 additions and 5 deletions

View File

@@ -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;