t
This commit is contained in:
parent
31d0245490
commit
e59b841577
|
@ -1,11 +1,12 @@
|
|||
#nic-list-border.ui-widget-content {
|
||||
#nic-list-border>.ui-widget-content {
|
||||
border: 0px;
|
||||
|
||||
}
|
||||
|
||||
// #nic-list-border.ui-widget-content .ui-listbox .ui-listbox-list {
|
||||
// line-height: 2em;
|
||||
// }
|
||||
#nic-list-border.ui-listbox-item {
|
||||
#nic-list-border>.ui-listbox-list {
|
||||
line-height: 2em;
|
||||
}
|
||||
#nic-list-border>.ui-listbox-item {
|
||||
padding: 1em;
|
||||
.title{
|
||||
|
||||
|
|
|
@ -44,15 +44,16 @@
|
|||
</li>
|
||||
|
||||
</ul>
|
||||
</p-tabPanel>
|
||||
|
||||
<p-tabPanel header="Hosts">
|
||||
<ul class="key-value">
|
||||
<li *ngFor="let host of zone.hostList">
|
||||
<span class="meta-value">{{host.address}}</span> <span *ngIf="host.name" class="meta-value">
|
||||
({{host.name}})</span>
|
||||
</li>
|
||||
</ul>
|
||||
</p-tabPanel>
|
||||
<p-tabPanel header="Hosts">
|
||||
<ul class="key-value">
|
||||
<li *ngFor="let host of zone.hostList">
|
||||
<span class="meta-value">{{host.address}}</span> <span *ngIf="host.name" class="meta-value">
|
||||
({{host.name}})</span>
|
||||
</li>
|
||||
</ul>
|
||||
</p-tabPanel>
|
||||
</p-tabView>
|
||||
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user