hide decommissioned device profiles and batches by default when updating a devices batch or profile

This commit is contained in:
Gary Sharp
2023-11-09 20:48:16 +11:00
parent 2e091383ec
commit 46222f2a78
8 changed files with 375 additions and 206 deletions
+4
View File
@@ -213,6 +213,10 @@
background-color: #cddbec;
font-weight: 600;
}
#Device_Show_Policies_Profile_Actions_Update_Dialog label,
#Device_Show_Policies_Batch_Actions_Update_Dialog label {
display: block;
}
#DeviceDetailTab-JobsContainer div.jobTable {
margin: -1px;
border: 1px solid #ddd;
+3
View File
@@ -185,6 +185,9 @@
}
}
}
label {
display: block;
}
}
#DeviceDetailTab-JobsContainer {
File diff suppressed because one or more lines are too long