We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa850c commit 6380615Copy full SHA for 6380615
apps/daas/src/views/Layout.vue
@@ -11,9 +11,6 @@
11
<ElButton v-if="isCommunity" id="add-jira-issue-btn" type="primary" size="mini"
12
><VIcon>bug-outlined</VIcon> New Issue
13
</ElButton>
14
- <ElButton v-else-if="creatAuthority" type="primary" size="mini" @click="command('newDataFlow')">
15
- {{ $t('dataFlow_createNew') }}
16
- </ElButton>
17
<NotificationPopover v-if="$getSettingByKey('SHOW_NOTIFICATION')" class="ml-4"></NotificationPopover>
18
<ElDropdown v-if="showHelp" class="btn" placement="bottom" @command="command" command="help" :show-timeout="0">
19
<div class="flex align-center icon-btn p-2 ml-2">
0 commit comments