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>
|
||||||
<template #tbody>
|
<template #tbody>
|
||||||
<DirectoryEntryList
|
<DirectoryEntryList
|
||||||
|
:host="host"
|
||||||
:path="path"
|
:path="path"
|
||||||
:sortCallback="sortCallback"
|
:sortCallback="sortCallback"
|
||||||
:searchFilterRegExp="searchFilterRegExp"
|
:searchFilterRegExp="searchFilterRegExp"
|
||||||
@ -100,6 +101,7 @@
|
|||||||
</Table>
|
</Table>
|
||||||
<div v-else class="flex flex-wrap p-2 gap-2 bg-well h-full overflow-y-auto content-start">
|
<div v-else class="flex flex-wrap p-2 gap-2 bg-well h-full overflow-y-auto content-start">
|
||||||
<DirectoryEntryList
|
<DirectoryEntryList
|
||||||
|
:host="host"
|
||||||
:path="path"
|
:path="path"
|
||||||
:sortCallback="sortCallback"
|
:sortCallback="sortCallback"
|
||||||
:searchFilterRegExp="searchFilterRegExp"
|
:searchFilterRegExp="searchFilterRegExp"
|
||||||
@ -125,6 +127,7 @@ import DirectoryEntryList from './DirectoryEntryList.vue';
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
|
host: String,
|
||||||
path: String,
|
path: String,
|
||||||
searchFilterRegExp: RegExp,
|
searchFilterRegExp: RegExp,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user