design
This commit is contained in:
parent
17d142a740
commit
e3c9b8bd40
|
@ -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}}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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}}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user