mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
EE-3905 changes for item 1,2,3,4,9,10,12,13,14 (#7467)
This commit is contained in:
parent
95fb5a4baa
commit
b67f404d8d
14 changed files with 66 additions and 56 deletions
|
@ -1,3 +1,4 @@
|
|||
<button type="button" ngf-select="$ctrl.onFileSelected($file)" class="btn ng-scope" button-spinner="$ctrl.state.uploadInProgress">
|
||||
<i style="margin: 0" class="fa fa-upload" ng-if="!$ctrl.state.uploadInProgress"></i>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue