mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00:00
fix: Fix the apps store docker status error (#9217)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user