Oops, add this struct too.
This commit is contained in:
parent
0403b2e1fa
commit
4179f472e5
|
@ -385,6 +385,13 @@ type PanelSetting struct {
|
||||||
FriendlyName string
|
FriendlyName string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type PanelUserEditPage struct {
|
||||||
|
*BasePanelPage
|
||||||
|
Groups []*Group
|
||||||
|
User *User
|
||||||
|
ShowEmail bool
|
||||||
|
}
|
||||||
|
|
||||||
type PanelSettingPage struct {
|
type PanelSettingPage struct {
|
||||||
*BasePanelPage
|
*BasePanelPage
|
||||||
ItemList []OptionLabel
|
ItemList []OptionLabel
|
||||||
|
|
Loading…
Reference in New Issue