Add a form to provision a new instance
This commit is contained in:
parent
80906d3791
commit
53f63d4efd
25 changed files with 367 additions and 236 deletions
|
|
@ -130,6 +130,9 @@ func (admin *Admin) instances(ctx context.Context) http.Handler {
|
|||
menuAdmin,
|
||||
menuInstances,
|
||||
),
|
||||
templating.Actions(
|
||||
menuProvision,
|
||||
),
|
||||
)
|
||||
|
||||
return tpl.HTMLHandler(func(r *http.Request) (idx indexContext, err error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue