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:
Gary Sharp
2014-06-16 22:21:31 +10:00
parent ebf78dd08d
commit a819d2722a
119 changed files with 8349 additions and 2373 deletions
+32
View File
@@ -102,6 +102,23 @@
font-size: 12px;
margin-top: 8px;
}
.Config_HideAdvanced .Config_HideAdvanced_Item {
display: none;
}
.Config_LinkedGroup_Instance {
margin: 4px 0 8px 4px;
padding: 4px 0 4px 6px;
border-left: 4px solid #cccccc;
}
.Config_LinkedGroup_Instance div.code {
margin-left: 2px;
}
#Config_LinkedGroup_Dialog h3 {
margin-bottom: 6px;
}
#Config_LinkedGroup_Dialog div.input {
margin-top: 12px;
}
#expressionEditor #expressionEditorExceptionContainer {
display: none;
border: 1px dashed #FF9696;
@@ -601,6 +618,21 @@ div.logEventsViewport table.logEventsViewport > tbody > tr > td.eventType {
padding: 2px;
height: 430px;
}
#Config_DocumentTemplates_Show > div.form > table > tbody > tr > th {
width: 140px;
}
#Config_DocumentTemplates_Show #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;
}
#Config_DocumentTemplates_TemplatePdf_Dialog div input {
margin: 16px 0;
}
#Config_DocumentTemplates_JobSubTypes {
border: 1px dashed #d8d8d8;
background-color: #ffffff;