Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
J0ris-K committed Feb 26, 2025
1 parent 9c9e46d commit cfb3a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @xen-orchestra/lite/src/views/host/HostNetworkView.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="host-network-view">
<UiCard class="container">
<HostPifTable :pifs />
<HostPifsTable :pifs />
</UiCard>
<HostPifSidePanel v-if="selectedPif" :pif="selectedPif" />
<UiPanel v-else>
Expand All @@ -12,7 +12,7 @@

<script lang="ts" setup>
import HostPifSidePanel from '@/components/host/network/HostPifSidePanel.vue'
import HostPifTable from '@/components/host/network/HostPifTable.vue'
import HostPifsTable from '@/components/host/network/HostPifsTable.vue'
import type { XenApiPif } from '@/libs/xen-api/xen-api.types'
import { usePageTitleStore } from '@/stores/page-title.store'
import { useHostStore } from '@/stores/xen-api/host.store'
Expand Down

0 comments on commit cfb3a83

Please sign in to comment.