design
This commit is contained in:
parent
accff293c7
commit
ce0b285ab2
|
@ -1 +1,9 @@
|
||||||
<div>overview-page</div>
|
<div class="ui-fluid">
|
||||||
|
<div class="ui-g">
|
||||||
|
<div class="ui-g-12">
|
||||||
|
<div class="card no-margin">
|
||||||
|
overview-page
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
|
@ -22,9 +22,9 @@
|
||||||
|
|
||||||
<div class="layout-content">
|
<div class="layout-content">
|
||||||
<router-outlet></router-outlet>
|
<router-outlet></router-outlet>
|
||||||
|
|
||||||
<of-footer></of-footer>
|
<of-footer></of-footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<of-rightpanel></of-rightpanel>
|
<of-rightpanel></of-rightpanel>
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
<of-tabbar [tabs]="tabs">
|
<div class="ui-fluid">
|
||||||
</of-tabbar>
|
<div class="ui-g">
|
||||||
<router-outlet></router-outlet>
|
<div class="ui-g-12">
|
||||||
|
<div class="card no-margin">
|
||||||
|
<of-tabbar [tabs]="tabs"></of-tabbar>
|
||||||
|
</div>
|
||||||
|
<div class="card no-margin">
|
||||||
|
<router-outlet></router-outlet>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
|
@ -1,3 +1,12 @@
|
||||||
<of-tabbar [tabs]="tabs">
|
<div class="ui-fluid">
|
||||||
</of-tabbar>
|
<div class="ui-g">
|
||||||
<router-outlet></router-outlet>
|
<div class="ui-g-12">
|
||||||
|
<div class="card no-margin">
|
||||||
|
<of-tabbar [tabs]="tabs"></of-tabbar>
|
||||||
|
</div>
|
||||||
|
<div class="card no-margin">
|
||||||
|
<router-outlet></router-outlet>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
|
@ -1,3 +1,4 @@
|
||||||
|
<h1>Unauthorized</h1>
|
||||||
<p-table [value]="noauthProbes" selectionMode="single" [(selection)]="selected" [resizableColumns]="true">
|
<p-table [value]="noauthProbes" selectionMode="single" [(selection)]="selected" [resizableColumns]="true">
|
||||||
<ng-template pTemplate="header" let-columns>
|
<ng-template pTemplate="header" let-columns>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<h1>Detail</h1>
|
||||||
<div>
|
<div>
|
||||||
<button type="button" label="Discovery" icon="ui-icon-search" pButton (click)="onDiscoveryClick()"></button>
|
<button type="button" label="Discovery" icon="ui-icon-search" pButton (click)="onDiscoveryClick()"></button>
|
||||||
<button class="ui-button-danger" type="button" label="Remove this Probe" icon="ui-icon-close" pButton (click)="onRemoveClick()"></button>
|
<button class="ui-button-danger" type="button" label="Remove this Probe" icon="ui-icon-close" pButton (click)="onRemoveClick()"></button>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<h1>Download</h1>
|
||||||
<p-tabView orientation="left">
|
<p-tabView orientation="left">
|
||||||
<!--
|
<!--
|
||||||
<p-tabPanel [header]="item.header" *ngFor="let item of items; let i = index" [selected]="i == 0">
|
<p-tabPanel [header]="item.header" *ngFor="let item of items; let i = index" [selected]="i == 0">
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<h1>Probes</h1>
|
||||||
<p-table [value]="probes" selectionMode="single" (onRowSelect)="onRowSelect($event)" [resizableColumns]="true">
|
<p-table [value]="probes" selectionMode="single" (onRowSelect)="onRowSelect($event)" [resizableColumns]="true">
|
||||||
<ng-template pTemplate="header">
|
<ng-template pTemplate="header">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -6,6 +6,10 @@
|
||||||
background: url("/assets/layout/images/login11.jpg") top left no-repeat #f7f7f7 !important;
|
background: url("/assets/layout/images/login11.jpg") top left no-repeat #f7f7f7 !important;
|
||||||
margin: -100px 0 0 0 !important;
|
margin: -100px 0 0 0 !important;
|
||||||
padding: 100px 0 !important;
|
padding: 100px 0 !important;
|
||||||
|
height: 100% !important;
|
||||||
|
background-repeat: no-repeat !important;
|
||||||
|
background-position: bottom !important;
|
||||||
|
background-size: cover !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user