mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-10 03:30:53 +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>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<docker-status v-model:isActive="isActive" v-model:isExist="isExist" @search="search" />
|
<docker-status v-model:isActive="isActive" v-model:isExist="isExist" />
|
||||||
<LayoutContent v-loading="loading" v-if="isExist" :title="$t('app.app', 2)">
|
<LayoutContent v-loading="loading" v-if="isExist" :class="{ mask: !isActive }" :title="$t('app.app', 2)">
|
||||||
<template #search>
|
<template #search>
|
||||||
<Tags @change="changeTag" />
|
<Tags @change="changeTag" />
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue