Enable hyperlink display in ObjectInfo components for improved navigation.

This commit is contained in:
Tom Butcher 2025-12-03 12:45:52 +00:00
parent 81ba90f218
commit f80ab801e8

View File

@ -358,6 +358,7 @@ const ControlPrinter = () => {
<ObjectInfo
loading={jobObjectLoading}
column={sideBarVisible ? 1 : undefined}
showHyperlink={true}
visibleProperties={{
printers: false,
createdAt: false
@ -398,6 +399,7 @@ const ControlPrinter = () => {
<ObjectInfo
loading={subJobObjectLoading}
column={sideBarVisible ? 1 : undefined}
showHyperlink={true}
visibleProperties={{
printers: false,
createdAt: false