Compare commits

...

2 Commits

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