1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

fix(style): UI task issues [EE-3839] (#7406)

This commit is contained in:
Zhang Hao 2022-08-04 23:41:12 +08:00 committed by GitHub
parent 46fba176f0
commit 0141e55936
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 27 additions and 27 deletions

View file

@ -40,7 +40,7 @@
<div class="btn-group" role="group" aria-label="..." ng-if="displayRecreateButton" authorization="DockerContainerCreate">
<button
type="button"
class="btn btn-danger btn-sm"
class="btn btn-light btn-sm"
ng-disabled="state.recreateContainerInProgress || container.IsPortainer"
ng-click="recreate()"
button-spinner="state.recreateContainerInProgress"