Skip to content

Commit

Permalink
ready for v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 committed Mar 2, 2020
1 parent 793cff2 commit 2a32828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/admin/controller/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func setFormWithReturnErrMessage(ctx *context.Context, errMsg string, kind strin
form.TokenKey: authSrv().AddToken(),
form.PreviousKey: config.Url("/info/" + prefix + queryParam),
}).
SetUrl(config.Url("/" + kind + "/" + prefix)).
SetUrl(config.Url("/"+kind+"/"+prefix)).
SetOperationFooter(formFooter(kind)).
SetHeader(panel.GetForm().HeaderHtml).
SetFooter(panel.GetForm().FooterHtml)),
Expand Down

0 comments on commit 2a32828

Please sign in to comment.