mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-14 04:10:26 +08:00
优化安装程序
This commit is contained in:
16
internal/web/actions/default/setup/status.go
Normal file
16
internal/web/actions/default/setup/status.go
Normal file
@@ -0,0 +1,16 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package setup
|
||||
|
||||
import "github.com/TeaOSLab/EdgeAdmin/internal/web/actions/actionutils"
|
||||
|
||||
var currentStatusText = ""
|
||||
|
||||
type StatusAction struct {
|
||||
actionutils.ParentAction
|
||||
}
|
||||
|
||||
func (this *StatusAction) RunPost(params struct{}) {
|
||||
this.Data["statusText"] = currentStatusText
|
||||
this.Success()
|
||||
}
|
||||
Reference in New Issue
Block a user