Merge branch 'lumberjack' of ssh://bitbucket.org/yackob03/quay into lumberjack
This commit is contained in:
commit
abc1a7b4d0
3 changed files with 36 additions and 3 deletions
|
@ -819,7 +819,9 @@ quayApp.directive('logsView', function () {
|
|||
'robot': 'wrench'
|
||||
};
|
||||
|
||||
log.metadata['_ip'] = log.ip;
|
||||
if (log.ip) {
|
||||
log.metadata['_ip'] = log.ip;
|
||||
}
|
||||
|
||||
var description = logDescriptions[log.kind] || logTitles[log.kind] || log.kind;
|
||||
if (typeof description != 'string') {
|
||||
|
|
Reference in a new issue