mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-09 11:55:52 +08:00
fix: Fix the apps store docker status error (#9217)
This commit is contained in:
parent
cf230ca6e7
commit
17c685bc4c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<docker-status v-model:isActive="isActive" v-model:isExist="isExist" @search="search" />
|
||||
<LayoutContent v-loading="loading" v-if="isExist" :title="$t('app.app', 2)">
|
||||
<docker-status v-model:isActive="isActive" v-model:isExist="isExist" />
|
||||
<LayoutContent v-loading="loading" v-if="isExist" :class="{ mask: !isActive }" :title="$t('app.app', 2)">
|
||||
<template #search>
|
||||
<Tags @change="changeTag" />
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue