address review: trim JobqGraph.tsx's comment under 30 lines, fix stale .jsx ref
Both introduced by this PR's own JSX->TSX conversion, caught by argus: the top-of-file comment grew to 42 lines converting it, and JobsPage.css still pointed at 'JobqGraph.jsx's own comment' after the rename.
This commit is contained in:
parent
527ed8f3e2
commit
b4b4967ec9
2 changed files with 19 additions and 31 deletions
|
|
@ -2,6 +2,6 @@
|
|||
swarm-controller's own /api/jobq/graph endpoint (same wire shape
|
||||
hive-c0re's dashboard consumes, see hive-jobq-wire's README). Styles
|
||||
are @hive/shared's jobq-graph.css, @import'ed here rather than from
|
||||
the component file itself — see JobqGraph.jsx's own comment for why
|
||||
the component file itself — see JobqGraph.tsx's own comment for why
|
||||
that split exists (esbuild's loader map is global per bundle call). */
|
||||
@import "@hive/shared/jobq-graph.css";
|
||||
|
|
|
|||
Loading…
Reference in a new issue