|
|
@@ -22,7 +22,7 @@
|
|
|
(click)="applyFilter('', 'EST')" matSuffix>close</mat-icon>
|
|
|
</mat-form-field>
|
|
|
<div class="override-buttons">
|
|
|
- <button mat-mini-fab class="cyan_dark_background white_font override_no_shadow mr-20" matTooltip="Actualizar datos" (click)="refresh()">
|
|
|
+ <button mat-mini-fab class="orange_primary_background white_font override_no_shadow mr-20" matTooltip="Actualizar datos" (click)="refresh()">
|
|
|
<mat-icon>refresh</mat-icon>
|
|
|
</button>
|
|
|
</div>
|
|
|
@@ -60,11 +60,11 @@
|
|
|
<ng-container matColumnDef="ACCIONES">
|
|
|
<th mat-header-cell *matHeaderCellDef>Acciones</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- <button mat-mini-fab #tooltip="matTooltip" matTooltip="Ver ubicación" class="no_shadow" [ngClass]="{ green_primary_background: actionsEnabled,
|
|
|
+ <button mat-mini-fab #tooltip="matTooltip" matTooltip="Ver ubicación" class="no_shadow" [ngClass]="{ pink_primary_background: actionsEnabled,
|
|
|
white_font: actionsEnabled }" (click)="seeLocation(row.LATITUD, row.LONGITUD, row.PRECISION, row.ESTADO, row.PAIS, row.CIUDAD)" [disabled]="!actionsEnabled">
|
|
|
<mat-icon>location_on</mat-icon>
|
|
|
</button>
|
|
|
- <button mat-mini-fab #tooltip="matTooltip" matTooltip="Ver dispositivo" class="ml-4 no_shadow" [ngClass]="{ amber_primary_background: actionsEnabled,
|
|
|
+ <button mat-mini-fab #tooltip="matTooltip" matTooltip="Ver dispositivo" class="ml-4 no_shadow" [ngClass]="{ pink_primary_background: actionsEnabled,
|
|
|
white_font: actionsEnabled }" (click)="seeDevice(row.DISPOSITIVO, row.SITEMAOPERATIVO, row.VERSIONSO, row.NAVEGADOR)" [disabled]="!actionsEnabled">
|
|
|
<mat-icon>computer</mat-icon>
|
|
|
</button>
|