1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-07 23:05:26 +02:00
portainer/app/docker/views/volumes/volumes.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
240 B
HTML
Raw Permalink Normal View History

<page-header title="'Volume list'" breadcrumbs="['Volumes']" reload="true"> </page-header>
<volumes-datatable dataset="volumes" on-remove="(removeAction)" on-refresh="(getVolumes)" is-browse-visible="showBrowseAction"></volumes-datatable>