Poista hintasarake NetAdmin-näkymästä

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 16:54:33 +02:00
parent f05313530f
commit 517e57c287
2 changed files with 0 additions and 2 deletions

View File

@@ -4485,7 +4485,6 @@ function renderNetadminTable() {
<td>${deviceDisplay}</td>
<td>${esc(c.portti || '-')}</td>
<td><code>${esc(c.ip || '-')}</code></td>
<td class="price-cell">${c.hinta ? parseFloat(c.hinta).toFixed(2) + ' €' : '-'}</td>
</tr>`;
}).join('');
}