mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
feat(ce): fix small issues for Highlight Business Edition feature (#6043)
* feat(logs): added orange border to export button. * fix(ldap): fixed connectivity check radio button alignment issue * fix(be-feature): added box shadow to limited feature border * fix(be-feature): fixed hide internal auth toggle issue. * feat(ldap): added isLimitedFeatureSelfContained config to ldap-custom-admin-group and test-login components * feat(auth): moved save settings button in auth page to a component. * feat(oauth): use saveSettingsButton component in oauth * feat(oauth): use saveSettingsButton component in internal auth * feat(oauth): use saveSettingsButton component in MS active directory auth * feat(oauth): use saveSettingsButton component in ldap auth * feat(auth): added new component to index.js * removed css inline styles. * feat(ad): added disable check method to ad auth. * feat(ldap): moved save settings disable method to parent component * removed inline styles. * fix(ldap): fixed test login misalignment issue * fix(ldap): pass isLdapFormValid function from page component * fix(ldap): made the toggle button in custom admin group orange when it's limited to CE. * fix(auth): fixed save setting button in Microsoft Active Directory auth * fix(ldap): made the assign admin toggle bright orange
This commit is contained in:
parent
18c323185e
commit
3f31d4b00b
32 changed files with 328 additions and 97 deletions
|
@ -845,6 +845,54 @@ json-tree .branch-preview {
|
|||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.m-l-5 {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.m-l-20 {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.m-l-30 {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.m-r-2 {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.m-r-5 {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.m-t-10 {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.m-t-10 {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.m-b-10 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.no-margin {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.no-border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.dispay-flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.flex-wrap {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.text-wrap {
|
||||
word-break: break-all;
|
||||
white-space: normal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue