From 525d73d49ca2f50640817236f49df7b74b3b2145 Mon Sep 17 00:00:00 2001 From: Lukasz Lopatowski <llopat@man.poznan.pl> Date: Wed, 23 Feb 2022 10:40:16 +0100 Subject: [PATCH] Update undeploy button layout --- .../appinstance/appinstance/appinstance.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/appmarket/appinstance/appinstance/appinstance.component.html b/src/app/appmarket/appinstance/appinstance/appinstance.component.html index abb1e9a2..cf48f16f 100644 --- a/src/app/appmarket/appinstance/appinstance/appinstance.component.html +++ b/src/app/appmarket/appinstance/appinstance/appinstance.component.html @@ -140,8 +140,8 @@ {{'APP_INSTANCE.DISABLE_AUTO_UPGRADES_BUTTON' | translate}} </a> </li> - <li *roles="['ROLE_DOMAIN_ADMIN', 'ROLE_SYSTEM_ADMIN']" style="color: #ffffff; background-color: #ff0000"> - <a role="button" (click)="this.undeployModal.show()"> + <li *roles="['ROLE_DOMAIN_ADMIN', 'ROLE_SYSTEM_ADMIN']" style="background-color: #ff0000;"> + <a role="button" (click)="this.undeployModal.show()" style="color: #ffffff;"> {{'APP_INSTANCE.UNDEPLOY_BUTTON' | translate}} </a> </li> -- GitLab