1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

refactor(agent): refactor file-uploader to es6 (#4087)

* refactor(host): convert fileUploader to es6

* refactor(agent): rename main file
This commit is contained in:
Chaim Lev-Ari 2020-07-23 10:44:32 +03:00 committed by GitHub
parent 5abd35d4c1
commit 435f15ec6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 39 additions and 30 deletions

View file

@ -0,0 +1,3 @@
<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>