Enable hyperlink display in ObjectInfo components for improved navigation.
This commit is contained in:
parent
81ba90f218
commit
f80ab801e8
@ -358,6 +358,7 @@ const ControlPrinter = () => {
|
|||||||
<ObjectInfo
|
<ObjectInfo
|
||||||
loading={jobObjectLoading}
|
loading={jobObjectLoading}
|
||||||
column={sideBarVisible ? 1 : undefined}
|
column={sideBarVisible ? 1 : undefined}
|
||||||
|
showHyperlink={true}
|
||||||
visibleProperties={{
|
visibleProperties={{
|
||||||
printers: false,
|
printers: false,
|
||||||
createdAt: false
|
createdAt: false
|
||||||
@ -398,6 +399,7 @@ const ControlPrinter = () => {
|
|||||||
<ObjectInfo
|
<ObjectInfo
|
||||||
loading={subJobObjectLoading}
|
loading={subJobObjectLoading}
|
||||||
column={sideBarVisible ? 1 : undefined}
|
column={sideBarVisible ? 1 : undefined}
|
||||||
|
showHyperlink={true}
|
||||||
visibleProperties={{
|
visibleProperties={{
|
||||||
printers: false,
|
printers: false,
|
||||||
createdAt: false
|
createdAt: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user