mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
fix(app templates): load app template for deployment [BE-11382] (#141)
This commit is contained in:
parent
20e3d3a15b
commit
c0c7144539
23 changed files with 453 additions and 60 deletions
|
@ -6,10 +6,10 @@ export function CreateView() {
|
|||
return (
|
||||
<>
|
||||
<PageHeader
|
||||
title="Create Edge stack"
|
||||
title="Create Edge Stack"
|
||||
breadcrumbs={[
|
||||
{ label: 'Edge Stacks', link: 'edge.stacks' },
|
||||
'Create Edge stack',
|
||||
'Create Edge Stack',
|
||||
]}
|
||||
reload
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue