|
@@ -20,7 +20,7 @@
|
|
|
<h3 class="m-16"><b>Su perfil no cuenta con los permisos necesarios para visualizar la información de esta sección.</b></h3>
|
|
<h3 class="m-16"><b>Su perfil no cuenta con los permisos necesarios para visualizar la información de esta sección.</b></h3>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="form-row animated fadeIn" *ngIf="equipmentDetailsEnabled">
|
|
<div class="form-row animated fadeIn" *ngIf="equipmentDetailsEnabled">
|
|
|
- <div class="form-cell C12 center_text border_bottom overflow-ellipsis obscure-text" [matTooltip]="equipment!.CODIGO">
|
|
|
|
|
|
|
+ <div class="form-cell C12 center_text border_bottom overflow-ellipsis obscure-text break_code" [matTooltip]="equipment!.CODIGO">
|
|
|
{{ equipment!.CODIGO }}
|
|
{{ equipment!.CODIGO }}
|
|
|
</div>
|
|
</div>
|
|
|
<div class="form-cell border_bottom overflow-ellipsis obscure-text" [matTooltip]="equipment!.TIPO_EQUIPAMIENTO"
|
|
<div class="form-cell border_bottom overflow-ellipsis obscure-text" [matTooltip]="equipment!.TIPO_EQUIPAMIENTO"
|
|
@@ -143,11 +143,11 @@
|
|
|
[ngClass]="{ C03: screenWidth > 1540, C06: screenWidth <= 1540 && screenWidth > 980, C12: screenWidth <= 980, border_right: screenWidth > 1540 }">
|
|
[ngClass]="{ C03: screenWidth > 1540, C06: screenWidth <= 1540 && screenWidth > 980, C12: screenWidth <= 980, border_right: screenWidth > 1540 }">
|
|
|
<span class="bold">Código del elemento de destino: </span>{{ equipment!.CODIGO_ELEMENTO_DESTINO == null ? 'No aplica' : equipment!.CODIGO_ELEMENTO_DESTINO }}
|
|
<span class="bold">Código del elemento de destino: </span>{{ equipment!.CODIGO_ELEMENTO_DESTINO == null ? 'No aplica' : equipment!.CODIGO_ELEMENTO_DESTINO }}
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="form-cell border_bottom overflow-ellipsis obscure-text" [matTooltip]="equipment!.NIVEL_CRITICIDAD == null ? 'No configurado' : equipment!.NIVEL_CRITICIDAD_OBJ.label"
|
|
|
|
|
|
|
+ <div class="form-cell border_bottom overflow-ellipsis obscure-text" [matTooltip]="equipment!.NIVEL_CRITICIDAD == null || equipment!.NIVEL_CRITICIDAD_OBJ == undefined ? 'No configurado' : equipment!.NIVEL_CRITICIDAD_OBJ.label"
|
|
|
[ngClass]="{ C03: screenWidth > 1540, C06: screenWidth <= 1540 && screenWidth > 980, C12: screenWidth <= 980, border_right: screenWidth > 980 }">
|
|
[ngClass]="{ C03: screenWidth > 1540, C06: screenWidth <= 1540 && screenWidth > 980, C12: screenWidth <= 980, border_right: screenWidth > 980 }">
|
|
|
- <span class="bold">Nivel de criticidad de seguridad: </span><span *ngIf="equipment!.NIVEL_CRITICIDAD != null" style="font-weight: 500;" [style.color]="equipment!.NIVEL_CRITICIDAD_OBJ.color">
|
|
|
|
|
|
|
+ <span class="bold">Nivel de criticidad de seguridad: </span><span *ngIf="equipment!.NIVEL_CRITICIDAD != null && equipment!.NIVEL_CRITICIDAD_OBJ != undefined" style="font-weight: 500;" [style.color]="equipment!.NIVEL_CRITICIDAD_OBJ.color">
|
|
|
{{ equipment!.NIVEL_CRITICIDAD_OBJ.label }}
|
|
{{ equipment!.NIVEL_CRITICIDAD_OBJ.label }}
|
|
|
- </span><span *ngIf="equipment!.NIVEL_CRITICIDAD == null">No configurado</span>
|
|
|
|
|
|
|
+ </span><span *ngIf="equipment!.NIVEL_CRITICIDAD == null || equipment!.NIVEL_CRITICIDAD_OBJ == undefined">No configurado</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="form-cell border_bottom overflow-ellipsis obscure-text" [matTooltip]="equipment!.FECHA_ADQUISICION"
|
|
<div class="form-cell border_bottom overflow-ellipsis obscure-text" [matTooltip]="equipment!.FECHA_ADQUISICION"
|
|
|
[ngClass]="{ C03: screenWidth > 1540, C06: screenWidth <= 1540 && screenWidth > 980, C12: screenWidth <= 980 }">
|
|
[ngClass]="{ C03: screenWidth > 1540, C06: screenWidth <= 1540 && screenWidth > 980, C12: screenWidth <= 980 }">
|