refs #1924. Refresh status card view
parent
e4e6a8907e
commit
23bf2b51ea
|
@ -60,7 +60,7 @@ export class RepositoriesComponent implements OnInit {
|
||||||
cell: (repository: any) => `${this.datePipe.transform(repository.createdAt, 'dd/MM/yyyy hh:mm:ss')}`
|
cell: (repository: any) => `${this.datePipe.transform(repository.createdAt, 'dd/MM/yyyy hh:mm:ss')}`
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
isGitModuleInstalled: boolean = true;
|
isGitModuleInstalled: boolean = false;
|
||||||
displayedColumns: string[] = ['id', 'name', 'ip', 'user', 'images', 'createdAt', 'actions'];
|
displayedColumns: string[] = ['id', 'name', 'ip', 'user', 'images', 'createdAt', 'actions'];
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="images-button-row">
|
<div class="images-button-row">
|
||||||
<button class="action-button" (click)="openImageInfoDialog()">Ver Información</button>
|
<button class="action-button" (click)="openImageInfoDialog()">Ver Información</button>
|
||||||
<button class="action-button" (click)="syncRepository()">Sincronizar base de datos</button>
|
<button disabled class="action-button" (click)="syncRepository()">Sincronizar base de datos</button>
|
||||||
<button class="action-button" (click)="importImage()">
|
<button class="action-button" (click)="importImage()">
|
||||||
{{ 'importImageButton' | translate }}
|
{{ 'importImageButton' | translate }}
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in New Issue