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

13 lines
412 B

<agent-host-browser-react
ng-if="$ctrl.files"
dataset="$ctrl.files"
is-root="$ctrl.isRoot()"
on-go-to-parent="($ctrl.goToParent)"
relative-path="$ctrl.getRelativePath()"
on-browse="($ctrl.browse)"
on-rename="($ctrl.renameFile)"
on-download="($ctrl.downloadFile)"
on-delete="($ctrl.confirmDeleteFile)"
on-file-selected-for-upload="($ctrl.onFileSelectedForUpload)"
></agent-host-browser-react>