mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-08 02:13:34 +00:00
log fields and logo fixes
This commit is contained in:
@@ -27,6 +27,13 @@ module.exports = Mn.View.extend({
|
||||
}
|
||||
|
||||
return '#' + (this.object_id || '?');
|
||||
},
|
||||
createSpecificTableCell: function(value) {
|
||||
if (value && value.trim() !== '') {
|
||||
return `<td>${value}</td>`;
|
||||
} else {
|
||||
return `<td class="text-center">-</td>`;
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user