Bug Fix: Job Quick-Logging with Queues
Jobs logged cannot be quick-logged if they are added into a queue. 'Device Held' can only be configured if the authorization is given.
This commit is contained in:
@@ -732,7 +732,7 @@
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
#createJob_Container #createJob_QuickLogAutoCloseContainer input {
|
||||
margin-left: 6px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
#createJob_Container #createJob_QuickLogTaskTimeContainer {
|
||||
display: none;
|
||||
@@ -746,7 +746,7 @@
|
||||
padding-right: 10px;
|
||||
}
|
||||
#createJob_Container #createJob_QuickLogTaskTimeContainer label {
|
||||
margin-right: 20px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
#createJob_Container #createJob_QuickLogTaskTimeContainer #createJob_TaskTimeOtherMinutesContainer {
|
||||
display: none;
|
||||
|
||||
@@ -771,7 +771,7 @@
|
||||
}
|
||||
|
||||
input {
|
||||
margin-left: 6px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -788,7 +788,7 @@
|
||||
}
|
||||
|
||||
label {
|
||||
margin-right: 20px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
#createJob_TaskTimeOtherMinutesContainer {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user