Compare commits
2 Commits
79565c3c9a
...
7cf39ff112
| Author | SHA1 | Date | |
|---|---|---|---|
| 7cf39ff112 | |||
| 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