diff --git a/frontend/src/components/CommandQueue.tsx b/frontend/src/components/CommandQueue.tsx index 7bd03c4..629adbf 100644 --- a/frontend/src/components/CommandQueue.tsx +++ b/frontend/src/components/CommandQueue.tsx @@ -4,7 +4,7 @@ import { Button } from "./ui/Button"; import { Card } from "./ui/Card"; const CommandQueue: Component = () => { - const [commands, { refetch }] = createResource(commandsApi.list); + const [commands, { refetch }] = createResource("unverified", commandsApi.list); const updateCommandStatus = async (id: number, status: string) => { try { @@ -25,7 +25,7 @@ const CommandQueue: Component = () => {

Command Queue

- Loading...}> + Loading...}> No commands in queue} diff --git a/frontend/src/components/RequestLogs.tsx b/frontend/src/components/RequestLogs.tsx index 11aca4d..2f0a66e 100644 --- a/frontend/src/components/RequestLogs.tsx +++ b/frontend/src/components/RequestLogs.tsx @@ -124,7 +124,7 @@ const RequestLogs: Component = () => { when={!logsData.loading} fallback={ - + Loading... diff --git a/frontend/src/components/RulesList.tsx b/frontend/src/components/RulesList.tsx index 285a640..44bed18 100644 --- a/frontend/src/components/RulesList.tsx +++ b/frontend/src/components/RulesList.tsx @@ -181,7 +181,7 @@ const RulesList: Component = () => { when={!rules.loading} fallback={ - + Loading...