From 517e57c287f165fddb6bf893080e958e2042ff4d Mon Sep 17 00:00:00 2001 From: Jukka Lampikoski Date: Wed, 11 Mar 2026 16:54:33 +0200 Subject: [PATCH] =?UTF-8?q?Poista=20hintasarake=20NetAdmin-n=C3=A4kym?= =?UTF-8?q?=C3=A4st=C3=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- index.html | 1 - script.js | 1 - 2 files changed, 2 deletions(-) diff --git a/index.html b/index.html index abb07bb..fc06809 100644 --- a/index.html +++ b/index.html @@ -997,7 +997,6 @@ Laite Portti IP - Hinta diff --git a/script.js b/script.js index 29d2771..c1c521c 100644 --- a/script.js +++ b/script.js @@ -4485,7 +4485,6 @@ function renderNetadminTable() { ${deviceDisplay} ${esc(c.portti || '-')} ${esc(c.ip || '-')} - ${c.hinta ? parseFloat(c.hinta).toFixed(2) + ' €' : '-'} `; }).join(''); }