{{ cardName }} {{ cardIcon }}
{{ column.header | translate }}
@if (isFederatedServer(row)) { } @if ( deploymentType !== 'inference' && deploymentType !== 'snapshot' && deploymentType !== 'batch' ) { } @if ( deploymentType === 'module' || row.containerName?.includes('ai4os-dev-env') ) { } @if (deploymentType === 'snapshot') { }
@if (column.columnDef === 'status') { } @else if (column.columnDef === 'name') { {{ row[column.columnDef] }} } @else { {{ row[column.columnDef] }} }
{{ 'DEPLOYMENTS.NO-DEPLOYMENTS' | translate }}
@if (showCardActions) { {{ 'DEPLOYMENTS.NEW-DEV-ENV' | translate }} }