Use uuid prefix in task table

This commit is contained in:
Ken Hibino
2020-12-21 06:51:07 -08:00
parent ec34f52777
commit f419fd3c71
9 changed files with 28 additions and 26 deletions

View File

@@ -17,7 +17,7 @@ import QueueSizeChart from "../components/QueueSizeChart";
import ProcessedTasksChart from "../components/ProcessedTasksChart";
import QueuesOverviewTable from "../components/QueuesOverviewTable";
import Tooltip from "../components/Tooltip";
import { getCurrentUTCDate } from "../timeutil";
import { getCurrentUTCDate } from "../utils";
import { usePolling } from "../hooks";
const useStyles = makeStyles((theme) => ({