|
|
@@ -1,9 +1,8 @@
|
|
|
<div class="items-container animated fadeIn prevent-select" (window:resize)="onResize()">
|
|
|
- <div id="navigation" class="mb-8">
|
|
|
- <div class="prev-page prevent-select indigo_primary_background mat-elevation-z8" (click)="goBack(1)" matRipple>
|
|
|
- <mat-icon style="color: white;">arrow_back</mat-icon>
|
|
|
- <div class="page-name ml-4">Órdenes de trabajo preventivo</div>
|
|
|
- </div>
|
|
|
+ <div class="row-tools-bar no-padding">
|
|
|
+ <button mat-raised-button class="raised-button-background mb-8" (click)="goBack(1)">
|
|
|
+ Órdenes de trabajo preventivo<mat-icon>arrow_back</mat-icon>
|
|
|
+ </button>
|
|
|
</div>
|
|
|
<mat-card class="override-elevation-z8" style="width: 100%; height: 100%;">
|
|
|
<mat-card-title style="text-align: center; margin: 15px 0;">{{ action }} orden de trabajo preventivo</mat-card-title>
|
|
|
@@ -13,7 +12,7 @@
|
|
|
<div class="section-divider">Configuración de activación</div>
|
|
|
<div class="form-row">
|
|
|
<div class="form-cell" [ngClass]="{ C06: activCols == 2, C12: activCols == 1 }">
|
|
|
- <mat-form-field class="w-100" appearance="outline">
|
|
|
+ <mat-form-field class="w-100" appearance="outline">
|
|
|
<mat-label>Tipo de activador</mat-label>
|
|
|
<mat-select (valueChange)="getActivatorsByType(activatorType.value, null)" #activatorType formControlName="activatorTypeControl">
|
|
|
<mat-option value="CA">Calendario</mat-option>
|