mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(volume-browser): add the ability to browse volume content (#2051)
This commit is contained in:
parent
cec878b01d
commit
48179b9e3d
22 changed files with 366 additions and 18 deletions
5
app/agent/components/volume-browser/volumeBrowser.html
Normal file
5
app/agent/components/volume-browser/volumeBrowser.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<volume-browser-datatable
|
||||
title-text="Volume browser" title-icon="fa-file"
|
||||
dataset="$ctrl.files" table-key="volume_browser"
|
||||
order-by="Dir"
|
||||
></volume-browser-datatable>
|
Loading…
Add table
Add a link
Reference in a new issue