statics file change
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
templ List(ctx context.Context) {
|
||||
@base.Base(ctx, listCss(), listJs(ctx)) {
|
||||
{{ meuns := mid.GetCurMenus(ctx) }}
|
||||
@component.TemplBtn(meuns, true, "add", "refresh_cache")
|
||||
@component.TemplBtn(meuns, false, "add", "refresh_cache")
|
||||
@component.TemplLink(meuns, "add_children", "edit")
|
||||
|
||||
<div class="layui-panel">
|
||||
|
||||
@@ -50,7 +50,7 @@ func List(ctx context.Context) templ.Component {
|
||||
}
|
||||
ctx = templ.InitializeContext(ctx)
|
||||
meuns := mid.GetCurMenus(ctx)
|
||||
templ_7745c5c3_Err = component.TemplBtn(meuns, true, "add", "refresh_cache").Render(ctx, templ_7745c5c3_Buffer)
|
||||
templ_7745c5c3_Err = component.TemplBtn(meuns, false, "add", "refresh_cache").Render(ctx, templ_7745c5c3_Buffer)
|
||||
if templ_7745c5c3_Err != nil {
|
||||
return templ_7745c5c3_Err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user