mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix(templates): separate template views filters [EE-6397] (#10711)
This commit is contained in:
parent
82951093b5
commit
4c226d7a17
8 changed files with 28 additions and 16 deletions
|
@ -34,6 +34,7 @@ export function AppTemplatesView() {
|
|||
onSelect={(template) => setSelectedTemplateId(template.Id)}
|
||||
disabledTypes={[TemplateType.Container]}
|
||||
fixedCategories={['edge']}
|
||||
storageKey="edge-app-templates"
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
|
|
@ -26,6 +26,7 @@ export function ListView() {
|
|||
to: 'edge.stacks.new',
|
||||
params: { templateId: template.Id },
|
||||
})}
|
||||
storageKey="edge-custom-templates"
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue