Skip to content

Commit

Permalink
feat(xo-6): remove code not relevant of store
Browse files Browse the repository at this point in the history
  • Loading branch information
CzechSebastian committed Nov 27, 2024
1 parent 034bc48 commit b89fb35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion @xen-orchestra/web-core/lib/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"bytes.gi": "Gio",

"coming-soon": "Bientôt disponible !",
"connected": "Connecté",
"console": "Console",

"core.copied": "Copié",
Expand Down
1 change: 1 addition & 0 deletions @xen-orchestra/web/src/stores/xo-rest-api/host.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const useHostStore = defineStore('host', () => {

hostsByPoolMap.get(poolId)!.push(host)
})

return hostsByPoolMap
})

Expand Down

0 comments on commit b89fb35

Please sign in to comment.