Merge branch 'lumberjack' of ssh://bitbucket.org/yackob03/quay into lumberjack

This commit is contained in:
yackob03 2013-12-02 19:13:28 -05:00
commit abc1a7b4d0
3 changed files with 36 additions and 3 deletions

View file

@ -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') {