Initial commit (code only without large binaries)
This commit is contained in:
12
EdgeAdmin/internal/web/actions/default/nodes/helper.go
Normal file
12
EdgeAdmin/internal/web/actions/default/nodes/helper.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package nodes
|
||||
|
||||
import (
|
||||
"github.com/iwind/TeaGo/actions"
|
||||
)
|
||||
|
||||
type Helper struct {
|
||||
}
|
||||
|
||||
func (this *Helper) BeforeAction(action *actions.ActionObject) {
|
||||
action.Data["teaMenu"] = "nodes"
|
||||
}
|
||||
Reference in New Issue
Block a user