Skip to content

Commit 817796b

Browse files
Removed project icon in dashboard listing
1 parent 1401423 commit 817796b

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

ui/src/components/header/ProjectMenu.vue

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@
2727
@focus="fetchData"
2828
showSearch>
2929

30-
<template #suffixIcon>
31-
<a-tooltip placement="bottom">
32-
<template #title>
33-
<span>{{ $t('label.projects') }}</span>
34-
</template>
35-
<span class="custom-suffix-icon">
36-
<ProjectOutlined v-if="!loading" class="ant-select-suffix" />
37-
<LoadingOutlined v-else />
38-
</span>
39-
</a-tooltip>
40-
</template>
41-
4230
<a-select-option
4331
v-for="(project, index) in projects"
4432
:key="index"

0 commit comments

Comments
 (0)