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

Merge pull request #745 in NMAAS/nmaas from...

Merge pull request #745 in NMAAS/nmaas from NMAAS-955-improve-the-display-of-app-instance-state-explanation-text to develop

* commit '91f78392':
  NMAAS-955 tweak few more styles
parents 2228c652 91f78392
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
</div> </div>
</div> </div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6 container-bottom-right"> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-6 container-bottom-right">
<h3><i>{{ translateState(appInstanceStatus?.state) }}</i></h3> <h3><i style="color: #337ab7;">{{ translateState(appInstanceStatus?.state) }}</i></h3>
</div> </div>
</div> </div>
<hr> <hr>
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<div *ngIf="appInstance" class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> <div *ngIf="appInstance" class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<div class="btn-group pull-right" <div class="btn-group pull-right"
*ngIf="getStateAsEnum(appInstanceStatus?.state) === AppInstanceState.RUNNING"> *ngIf="getStateAsEnum(appInstanceStatus?.state) === AppInstanceState.RUNNING">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" <button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false"> aria-haspopup="true" aria-expanded="false">
{{'APP_INSTANCE.INSTANCE_ACTIONS' | translate}} <span class="caret"></span> {{'APP_INSTANCE.INSTANCE_ACTIONS' | translate}} <span class="caret"></span>
</button> </button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment