2
0
mirror of https://github.com/hibiken/asynqmon.git synced 2026-07-05 21:26:25 +08:00

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

@@ -14,7 +14,7 @@ import syntaxHighlightStyle from "react-syntax-highlighter/dist/esm/styles/hljs/
import { SortDirection, ColumnConfig } from "../types/table";
import TableSortLabel from "@material-ui/core/TableSortLabel";
import { SchedulerEntry } from "../api";
import { timeAgo, durationBefore } from "../timeutil";
import { timeAgo, durationBefore } from "../utils";
const useStyles = makeStyles((theme) => ({
table: {