Update storage-overview.tsx

This commit is contained in:
MacRimi
2026-04-12 23:48:49 +02:00
parent e94e065eca
commit 78ace237dd

View File

@@ -1998,7 +1998,7 @@ ${isNvmeDisk ? `
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
${attributeRows || '<tr><td colspan="' + (isNvmeDisk ? '3' : '7') + '" style="text-align:center;color:#94a3b8;padding:20px;">No ${isNvmeDisk ? 'NVMe metrics' : 'SMART attributes'} available</td></tr>'} ${attributeRows || '<tr><td colspan="' + (isNvmeDisk ? '3' : '7') + '" style="text-align:center;color:#94a3b8;padding:20px;">No ' + (isNvmeDisk ? 'NVMe metrics' : 'SMART attributes') + ' available</td></tr>'}
</tbody> </tbody>
</table> </table>
</div> </div>