mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-31 01:24:37 +02:00
pass through host
This commit is contained in:
parent
0f972c7951
commit
fa5a101abb
@ -85,6 +85,7 @@
|
||||
</template>
|
||||
<template #tbody>
|
||||
<DirectoryEntryList
|
||||
:host="host"
|
||||
:path="path"
|
||||
:sortCallback="sortCallback"
|
||||
:searchFilterRegExp="searchFilterRegExp"
|
||||
@ -100,6 +101,7 @@
|
||||
</Table>
|
||||
<div v-else class="flex flex-wrap p-2 gap-2 bg-well h-full overflow-y-auto content-start">
|
||||
<DirectoryEntryList
|
||||
:host="host"
|
||||
:path="path"
|
||||
:sortCallback="sortCallback"
|
||||
:searchFilterRegExp="searchFilterRegExp"
|
||||
@ -125,6 +127,7 @@ import DirectoryEntryList from './DirectoryEntryList.vue';
|
||||
|
||||
export default {
|
||||
props: {
|
||||
host: String,
|
||||
path: String,
|
||||
searchFilterRegExp: RegExp,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user