You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
portainer/app/agent/components/host-browser/hostBrowser.html

17 lines
492 B

<files-datatable
title-text="Host browser - {{ $ctrl.getRelativePath() }}"
title-icon="file"
dataset="$ctrl.files"
table-key="host_browser"
order-by="Dir"
is-root="$ctrl.isRoot()"
go-to-parent="$ctrl.goToParent()"
browse="$ctrl.browse(name)"
rename="$ctrl.renameFile(name, newName)"
download="$ctrl.downloadFile(name)"
delete="$ctrl.confirmDeleteFile(name)"
is-upload-allowed="true"
on-file-selected-for-upload="($ctrl.onFileSelectedForUpload)"
>
</files-datatable>