From 6891736395d701e0f1cda7d216245bf894cdebe5 Mon Sep 17 00:00:00 2001 From: Admin MPCZ Date: Mon, 4 May 2026 14:09:11 +0200 Subject: [PATCH] feat(patching/import): retire colonnes Impacts et BDD de l affichage, lien Asset pointe vers /servers?search= --- app/templates/patching_import.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/templates/patching_import.html b/app/templates/patching_import.html index 1801dd6..d82377a 100644 --- a/app/templates/patching_import.html +++ b/app/templates/patching_import.html @@ -146,8 +146,6 @@ Valideur RA Resp. Domaine DTS Référent tech. - Impacts - BDD Date @@ -308,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 '' + escapeHTML(r.valideur_ra||'') + '' + '' + escapeHTML(r.responsable_domaine_dts||'') + '' + '' + escapeHTML(r.referent_technique||'') + '' - + '' + escapeHTML(r.impacts||'') + '' - + '' + escapeHTML(r.base_de_donnees||'') + '' + '' + (r.jour ? escapeHTML(r.jour) : (r.jour_text ? '' + escapeHTML(r.jour_text) + '' : '')) + '' + '' + escapeHTML(r.heure||'') + '' + '';