#107 allow moving of device OU when changing profile

This commit is contained in:
Gary Sharp
2024-01-12 12:53:50 +11:00
parent dcc4fcb984
commit 8afe4195a9
7 changed files with 447 additions and 299 deletions
+9 -6
View File
@@ -170,7 +170,10 @@
}
#Device_Show_Policies_Profile_Actions_Update_Dialog, #Device_Show_Policies_Batch_Actions_Update_Dialog {
ul {
.profile-list {
max-height: 300px;
overflow-y: auto;
li {
background-color: @white;
padding: 2px 0 2px 4px;
@@ -185,8 +188,8 @@
}
}
}
label {
display: block;
.enforce-ou {
padding-top: .5em;
}
}
@@ -619,9 +622,9 @@
background-color: @TableDataRowBackgroundColor;
}
td:nth-child(n+3) {
color: @SubtleBorderColour;
}
td:nth-child(n+3) {
color: @SubtleBorderColour;
}
}
tr.actionModified {