Add test log entries to initdb

This commit is contained in:
Joseph Schorr 2013-12-02 19:07:14 -05:00
parent 377d77f52b
commit 91c2ab074a
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') {