mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-09 11:55:52 +08:00
fix: Modify the container jump path (#8638)
This commit is contained in:
parent
ebaa629342
commit
5d579660e3
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<div v-if="isExist" :class="{ mask: !isActive }">
|
||||
<CardWithHeader :header="$t('menu.container')" class="card-interval">
|
||||
<template #body>
|
||||
<span class="count" @click="goRouter('Container')">{{ countItem.containerCount }}</span>
|
||||
<span class="count" @click="goRouter('ContainerItem')">{{ countItem.containerCount }}</span>
|
||||
</template>
|
||||
<template #header-l>
|
||||
<el-tag size="small" class="ml-5" v-if="countItem.all" effect="plain">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue