Add file browser button to volume listing

This commit is contained in:
Girish Ramakrishnan
2020-10-30 10:33:05 -07:00
parent c668b9274a
commit f2aade3b36
4 changed files with 62 additions and 41 deletions

View File

@@ -87,6 +87,7 @@
{{ volume.hostPath }}
</td>
<td class="text-right no-wrap" style="vertical-align: bottom">
<a class="btn btn-xs btn-default" ng-href="{{ '/filemanager.html?volumeId=' + volume.id }}" target="_blank" uib-tooltip="File Manager"><i class="far fa-file-alt"></i></a>
<button class="btn btn-xs btn-danger" ng-click="volumeRemove.show(volume)" title="Remove Volume"><i class="far fa-trash-alt"></i></button>
</td>
</tr>