增加独立的IP地址管理功能

This commit is contained in:
刘祥超
2021-08-31 17:24:30 +08:00
parent 1c93b42681
commit 94b3559eee
31 changed files with 822 additions and 50 deletions

View File

@@ -18,7 +18,10 @@ func (this *CreatePopupAction) Init() {
this.Nav("", "", "")
}
func (this *CreatePopupAction) RunGet(params struct{}) {
func (this *CreatePopupAction) RunGet(params struct {
SupportThresholds bool
}) {
this.Data["supportThresholds"] = params.SupportThresholds
this.Show()
}