mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 22:39:41 +02:00
feat(support): add support view (#1937)
This commit is contained in:
parent
9ad9cc5e2d
commit
9ff4b21616
12 changed files with 52 additions and 49 deletions
|
@ -73,12 +73,13 @@ type (
|
|||
TemplatesURL string `json:"TemplatesURL"`
|
||||
LogoURL string `json:"LogoURL"`
|
||||
BlackListedLabels []Pair `json:"BlackListedLabels"`
|
||||
DisplayDonationHeader bool `json:"DisplayDonationHeader"`
|
||||
DisplayExternalContributors bool `json:"DisplayExternalContributors"`
|
||||
AuthenticationMethod AuthenticationMethod `json:"AuthenticationMethod"`
|
||||
LDAPSettings LDAPSettings `json:"LDAPSettings"`
|
||||
AllowBindMountsForRegularUsers bool `json:"AllowBindMountsForRegularUsers"`
|
||||
AllowPrivilegedModeForRegularUsers bool `json:"AllowPrivilegedModeForRegularUsers"`
|
||||
// Deprecated fields
|
||||
DisplayDonationHeader bool
|
||||
}
|
||||
|
||||
// User represents a user account.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue