Feature #49: Active Directory Managed Groups
Document Template Attachments, Device Batches, Device Profiles and User Flags can be associated with an Active Directory group. This AD group is then automatically synchronized with relevant User/Machine accounts. Contains various other UI tweaks and configuration enhancements.
This commit is contained in:
@@ -27,6 +27,32 @@
|
||||
}
|
||||
}
|
||||
|
||||
.Config_HideAdvanced {
|
||||
.Config_HideAdvanced_Item {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.Config_LinkedGroup_Instance {
|
||||
margin: 4px 0 8px 4px;
|
||||
padding: 4px 0 4px 6px;
|
||||
border-left: 4px solid @SubtleBorderColour;
|
||||
|
||||
div.code {
|
||||
margin-left: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
#Config_LinkedGroup_Dialog {
|
||||
h3 {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
div.input {
|
||||
margin-top: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
#expressionEditor {
|
||||
#expressionEditorExceptionContainer {
|
||||
display: none;
|
||||
@@ -624,6 +650,31 @@ div.logEventsViewport {
|
||||
}
|
||||
|
||||
// Document Templates
|
||||
#Config_DocumentTemplates_Show {
|
||||
& > div.form > table > tbody > tr > th {
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
#Config_DocumentTemplates_Scope_Button {
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
#Config_DocumentTemplates_Scope_Dialog {
|
||||
div.input {
|
||||
margin: 14px 10px 20px;
|
||||
}
|
||||
}
|
||||
#Config_DocumentTemplates_TemplatePdf_Dialog {
|
||||
div {
|
||||
text-align: center;
|
||||
|
||||
input {
|
||||
margin: 16px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#Config_DocumentTemplates_JobSubTypes {
|
||||
border: 1px dashed @TableDataDarkBorderColour;
|
||||
background-color: @white;
|
||||
|
||||
Reference in New Issue
Block a user