mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-01-05 19:45:47 +08:00
自建DNS增加全局配置
This commit is contained in:
17
internal/web/actions/default/ns/settings/index.go
Normal file
17
internal/web/actions/default/ns/settings/index.go
Normal file
@@ -0,0 +1,17 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package settings
|
||||
|
||||
import "github.com/TeaOSLab/EdgeAdmin/internal/web/actions/actionutils"
|
||||
|
||||
type IndexAction struct {
|
||||
actionutils.ParentAction
|
||||
}
|
||||
|
||||
func (this *IndexAction) Init() {
|
||||
this.Nav("", "", "")
|
||||
}
|
||||
|
||||
func (this *IndexAction) RunGet(params struct{}) {
|
||||
this.RedirectURL("/ns/settings/accesslogs")
|
||||
}
|
||||
Reference in New Issue
Block a user