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
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user