mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 14:05:54 +00:00
Frontend
This commit is contained in:
@@ -96,7 +96,7 @@ const DataFetcher: React.FC = () => {
|
||||
setFilteredData(filtered);
|
||||
}, [filters, data]);
|
||||
|
||||
const columns = [
|
||||
const columns: { key: string; type: "text" | "number" }[] = [
|
||||
{ key: "status", type: "text" },
|
||||
{ key: "type", type: "text" },
|
||||
{ key: "nsapp", type: "text" },
|
||||
|
||||
Reference in New Issue
Block a user