mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
chore(ui/ldap): add texttip for group search configuration (#7944)
This commit is contained in:
parent
459c95169a
commit
9e1f80cf37
5 changed files with 36 additions and 3 deletions
|
@ -279,6 +279,7 @@ type (
|
|||
DeleteTeamMembershipByUserID(userID portainer.UserID) error
|
||||
DeleteTeamMembershipByTeamID(teamID portainer.TeamID) error
|
||||
BucketName() string
|
||||
DeleteTeamMembershipByTeamIDAndUserID(teamID portainer.TeamID, userID portainer.UserID) error
|
||||
}
|
||||
|
||||
// TunnelServerService represents a service for managing data associated to the tunnel server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue