1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-21 06:48:04 +00:00

Removed export functionality. Only dumping for now

This commit is contained in:
2023-02-21 20:26:46 +01:00
parent 5dd9e0573d
commit b15fde11db
7 changed files with 94 additions and 145 deletions

View File

@ -6,7 +6,7 @@
import { EventsOn } from '$wails/runtime/runtime';
import { onMount } from 'svelte';
import CollectionDetail from './collection/index.svelte';
import Export from './export/export.svelte';
import DumpInfo from './dump.svelte';
import HostDetail from './hostdetail.svelte';
import HostTree from './hosttree.svelte';
@ -119,7 +119,7 @@
{hosts}
/>
<Export bind:info={exportInfo} {hosts} />
<DumpInfo bind:info={exportInfo} {hosts} />
<style>
.tree {