Skip to content

Commit

Permalink
Possible to create instance from project overview
Browse files Browse the repository at this point in the history
  • Loading branch information
Pezmc committed Mar 7, 2023
1 parent 17d1521 commit 76e18b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/pages/project/Overview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<p>It will always run the latest flow deployed in Node-RED and use the latest credentials and runtime settings defined in the Projects settings.</p>
<p>To edit an Applications flow, open the editor of the Instance.</p>
</template>
<template #tools>
<ff-button v-if="hasPermission('project:create')" data-action="create-project-1" kind="primary" size="small" :to="`/team/${team.slug}/projects/create`" data-nav="create-instance"><template #icon-left><PlusSmIcon /></template>Create Instance</ff-button>
</template>
</SectionTopMenu>

<div class="space-y-6 mb-12">
Expand Down

0 comments on commit 76e18b6

Please sign in to comment.