mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
* fix snapshot url parsing issue for ip addresses (#7477) * fix(ui/header): change font sizes [EE-3966] (#7484) * fix(k8s/apps): show horizontal scrollbar [EE-3941] (#7476) * fix(kubeconfig): update button and modal styles (#7480) EE-3947 * fix(containers): make table wider [EE-3944] (#7486) * Fix(UI) UI fixes on docker container screens (release/2.15) EE-3915 (#7499) * EE-3915 ui fixes on docker container screens * Update createcontainer.html Update label * EE-3916 fix container link under stack detail page (#7508) * EE-4009 fix color of file-upload button in dark mode Co-authored-by: Matt Hook <hookenz@gmail.com> Co-authored-by: Chaim Lev-Ari <chiptus@users.noreply.github.com> Co-authored-by: Ali <83188384+testA113@users.noreply.github.com>
4 lines
340 B
HTML
4 lines
340 B
HTML
<button ng-if="!$ctrl.state.uploadInProgress" type="button" ngf-select="$ctrl.onFileSelected($file)" class="btn btn-light ng-scope">
|
|
<pr-icon icon="'upload'" feather="true"></pr-icon>
|
|
</button>
|
|
<button ng-if="$ctrl.state.uploadInProgress" type="button" class="btn btn-sm btn-light" button-spinner="$ctrl.state.uploadInProgress"></button>
|