Fix: change label style in helm chart summary page

1. Add label style
2. Fix style

Signed-off-by: Qian Deng <dengq@vmware.com>
This commit is contained in:
Qian Deng 2018-11-23 16:36:03 +08:00
parent 213dd39b5b
commit 259b984755
4 changed files with 6 additions and 6 deletions

View File

@ -138,10 +138,10 @@
<table class="table">
<tbody>
<tr>
<th class="left">{{'HELM_CHART.LABELS' | translate }}</th>
<th class="left">{{labels?.length}}</th>
<td class="left">{{'HELM_CHART.LABELS' | translate }}</td>
<td class="left">{{labels?.length}}</td>
</tr>
<tr>
<tr *ngIf="labels?.length > 0">
<td></td>
<td class="left">
<hbr-label-piece *ngFor="let label of labels" [label]="label" [labelWidth]="90"> </hbr-label-piece>

View File

@ -536,7 +536,7 @@
"PROV_FILE": "Prov File",
"READY": "Ready",
"NOT_READY": "Not Ready",
"LABELS": "labels",
"LABELS": "Labels",
"ADD_LABEL_TO_CHART_VERSION": "Add labels to this chart version",
"STATUS": "Status"
},

View File

@ -534,7 +534,7 @@
"PROV_FILE": "Prov File",
"READY": "Ready",
"NOT_READY": "Not Ready",
"LABELS": "labels",
"LABELS": "Labels",
"ADD_LABEL_TO_CHART_VERSION": "Add labels to this chart version",
"STATUS": "Status"
},

View File

@ -511,7 +511,7 @@
"PROV_FILE": "Prov File",
"READY": "Ready",
"NOT_READY": "Not Ready",
"LABELS": "labels",
"LABELS": "Labels",
"ADD_LABEL_TO_CHART_VERSION": "Add labels to this chart version",
"STATUS": "Status"
},