Poista hintasarake NetAdmin-näkymästä
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -997,7 +997,6 @@
|
|||||||
<th>Laite</th>
|
<th>Laite</th>
|
||||||
<th>Portti</th>
|
<th>Portti</th>
|
||||||
<th>IP</th>
|
<th>IP</th>
|
||||||
<th>Hinta</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="netadmin-tbody"></tbody>
|
<tbody id="netadmin-tbody"></tbody>
|
||||||
|
|||||||
@@ -4485,7 +4485,6 @@ function renderNetadminTable() {
|
|||||||
<td>${deviceDisplay}</td>
|
<td>${deviceDisplay}</td>
|
||||||
<td>${esc(c.portti || '-')}</td>
|
<td>${esc(c.portti || '-')}</td>
|
||||||
<td><code>${esc(c.ip || '-')}</code></td>
|
<td><code>${esc(c.ip || '-')}</code></td>
|
||||||
<td class="price-cell">${c.hinta ? parseFloat(c.hinta).toFixed(2) + ' €' : '-'}</td>
|
|
||||||
</tr>`;
|
</tr>`;
|
||||||
}).join('');
|
}).join('');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user