design
This commit is contained in:
		
							parent
							
								
									c1e14fd816
								
							
						
					
					
						commit
						f81f4ae030
					
				@ -1,4 +1,3 @@
 | 
			
		||||
SENSOR_DETAIL_COMPONENT
 | 
			
		||||
<div *ngIf="sensor">
 | 
			
		||||
    <h1>{{sensor.crawler.name}}</h1>
 | 
			
		||||
 | 
			
		||||
@ -36,7 +35,7 @@ SENSOR_DETAIL_COMPONENT
 | 
			
		||||
    <div class="ui-g ui-top-space--0-5em">
 | 
			
		||||
        <div class="ui-g-12 ui-md-3">
 | 
			
		||||
            <p-panel [showHeader]="false">
 | 
			
		||||
                <div class="ui-g form-group ui-key-value">
 | 
			
		||||
                <div class="ui-g form-group ui-key-value ui-left-info">
 | 
			
		||||
                    <of-key-value [key]="'ID'" [value]="sensor.id"></of-key-value>
 | 
			
		||||
                    <of-key-value [key]="'Location'" [value]="sensor.target.displayName" [clickable]="true" (click)="selectTarget.emit(sensor.target)"></of-key-value>
 | 
			
		||||
                    <of-key-value [key]="'Description'" [value]="sensor.description"></of-key-value>
 | 
			
		||||
 | 
			
		||||
@ -1754,6 +1754,13 @@
 | 
			
		||||
    //     padding: 5px;
 | 
			
		||||
    // }
 | 
			
		||||
}
 | 
			
		||||
.ui-left-info{
 | 
			
		||||
    margin-left: -15px !important;
 | 
			
		||||
    min-width: 300px !important;
 | 
			
		||||
    span{
 | 
			
		||||
        width: 105px !important;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.ui-bottom-border-1 {
 | 
			
		||||
    border-bottom: #bdbdbd 1px solid;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user