mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
reword Use as template/Duplicate Fork
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
disabled: !canWrite
|
||||
},
|
||||
{
|
||||
displayName: 'Use as template',
|
||||
displayName: 'Duplicate/Fork',
|
||||
icon: faCodeFork,
|
||||
href: `/apps/add?template=${path}`
|
||||
},
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
disabled: !canWrite || archived
|
||||
},
|
||||
{
|
||||
displayName: 'Use as template/Fork',
|
||||
displayName: 'Duplicate/Fork',
|
||||
icon: faCodeFork,
|
||||
href: `/flows/add?template=${path}`
|
||||
},
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
disabled: !canWrite || archived
|
||||
},
|
||||
{
|
||||
displayName: 'Use as template',
|
||||
displayName: 'Duplicate/Fork',
|
||||
icon: faCodeFork,
|
||||
href: `/scripts/add?template=${path}`
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user