Skip to content
Snippets Groups Projects
Commit 525d73d4 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Update undeploy button layout

parent 22f3e3b7
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment