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