mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
4 lines
323 B
HTML
4 lines
323 B
HTML
<button ng-if="!$ctrl.state.uploadInProgress" type="button" ngf-select="$ctrl.onFileSelected($file)" class="btn ng-scope">
|
|
<pr-icon icon="'upload'" feather="true"></pr-icon>
|
|
</button>
|
|
<button ng-if="$ctrl.state.uploadInProgress" type="button" class="btn ng-scope" button-spinner="$ctrl.state.uploadInProgress"> </button>
|