remove unused var

This commit is contained in:
Alex Holliday
2025-01-06 15:24:16 -08:00
parent 8dd1dc8cca
commit 9e1f50bc8e

View File

@@ -94,16 +94,6 @@ function Infrastructure() {
fetchMonitors();
}
const columns = [
{ label: "Host" },
{ label: "Status" },
{ label: "Frequency" },
{ label: "CPU" },
{ label: "Mem" },
{ label: "Disk" },
{ label: "Actions" },
];
const headers = [
{
id: "host",