web: change base url for capa Explorer Web (#2267)

This commit is contained in:
Fariss
2024-08-09 22:02:21 +02:00
committed by GitHub
parent f69fabc2b0
commit 401a0ee0ff
2 changed files with 3 additions and 14 deletions

View File

@@ -1,19 +1,9 @@
<script setup>
import { ref } from "vue";
import Menubar from "primevue/menubar";
const items = ref([
{
label: "Import Analysis",
icon: "pi pi-file-import",
command: () => (window.location.href = window.location.origin + "/capa/")
}
]);
</script>
<template>
<Menubar :model="items" class="p-1">
<Menubar class="p-1">
<template #end>
<div class="flex align-items-center gap-3">
<a