Skip to content

Commit

Permalink
NumberAnimation
Browse files Browse the repository at this point in the history
  • Loading branch information
weibaohui committed Nov 16, 2023
1 parent 1da84ca commit b35dc53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/frontend/components/container/ContainerProbeView.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { NTag } from 'naive-ui'
import { NSpace, NTag } from 'naive-ui'
import { V1Probe } from '@backend/k8s/model/V1Probe'
const props = defineProps({
Expand All @@ -24,9 +24,9 @@ const props = defineProps({
<NTag type="success">
exec
</NTag>
<NTag type="success">
<p type="success">
{{ probe.exec.command }}
</NTag>
</p>
</div>
<div v-if="probe.tcpSocket">
<NTag type="success">
Expand Down

0 comments on commit b35dc53

Please sign in to comment.