diff --git a/app/templates/patching_import.html b/app/templates/patching_import.html index d82377a..9b7b2ed 100644 --- a/app/templates/patching_import.html +++ b/app/templates/patching_import.html @@ -306,7 +306,7 @@ tbody.innerHTML = rows.map(r => { const display = escapeHTML(r.resolved_hostname || r.asset_name || ''); const assetCell = r.server_id - ? '' + display + '' + ? '' + display + '' : '' + escapeHTML(r.asset_name || '') + ' ⚠'; return '