mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-09 19:20:56 +08:00
feat: Hide the favorites button for installed items. (#8488)
This commit is contained in:
parent
ec1db8b5e9
commit
cad4ee824a
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@
|
|||
</el-button>
|
||||
</el-tooltip>
|
||||
</span>
|
||||
<span class="ml-1">
|
||||
<span class="ml-1" v-if="mode === 'installed'">
|
||||
<el-tooltip
|
||||
effect="dark"
|
||||
:content="$t('website.cancelFavorite')"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue