This commit is contained in:
sunny 2018-09-12 16:52:01 +09:00
parent 17d142a740
commit e3c9b8bd40
4 changed files with 14 additions and 2 deletions

View File

@ -48,7 +48,7 @@
</p-tabPanel>
<p-tabPanel header="Metadata" *ngIf="host.meta">
<ul>
<ul class="detail-content-meta-title">
<li *ngFor="let key of host.meta | objectKeys">
{{key | stringPrettify}}

View File

@ -15,6 +15,12 @@
.detail-content {
display: inline;
}
.detail-content-meta-title > ul{
padding-top: 0;
}
.detail-content-meta-title > li{
padding: 20px 0 0 0;
}
.key-value {
list-style-type: none;

View File

@ -37,7 +37,7 @@
</p-tabPanel>
<p-tabPanel header="Metadata" *ngIf="service.meta">
<ul>
<ul class="detail-content-meta-title">
<li *ngFor="let key of service.meta | objectKeys">
{{key | stringPrettify}}

View File

@ -15,6 +15,12 @@
.detail-content {
display: inline;
}
.detail-content-meta-title > ul{
padding-top: 0;
}
.detail-content-meta-title > li{
padding: 20px 0 0 0;
}
.key-value {
list-style-type: none;