Skip to content

Commit

Permalink
UX: user defined processes under "custom processes" #341
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 16, 2025
1 parent 1a35d88 commit a3d0c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserWorkspace.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Tab v-if="showServices" id="services" name="Web Services" icon="fa-cloud" @show="onShow" @hide="onHide">
<ServicePanel />
</Tab>
<Tab v-if="showCustomProcesses" id="customProcesses" name="Custom Processes" icon="fa-sitemap" @show="onShow" @hide="onHide">
<Tab v-if="showCustomProcesses" id="customProcesses" name="User-Defined Processes" icon="fa-sitemap" @show="onShow" @hide="onHide">
<CustomProcessPanel />
</Tab>
<Tab v-if="showFiles" id="files" name="Files" icon="fa-file" @show="onShow" @hide="onHide">
Expand Down

0 comments on commit a3d0c3b

Please sign in to comment.