Manage Remote Ports

@if (portsState$ | async; as portsState) {
Name
{{ portsState.rpg?.id }}
Urls
{{ portsState.rpg?.component?.targetUri }}
@if (isInitialLoading(portsState)) {
} @else {
@if (hasComments(item)) {
} @if (portExists(item)) {
}
Name
{{ formatName(item) }}
Type
{{ formatType(item) }}
Concurrent Tasks
{{ formatTasks(item) }}
Compressed
{{ formatCompression(item) }}
Batch Count
{{ formatCount(item) }}
Batch Size
{{ formatSize(item) }}
Batch Duration
{{ formatDuration(item) }}
@if ( (port.exists === true && port.connected === true && port.transmitting === false) || (currentRpg && port.transmitting) || (currentRpg && port.connected && port.exists) ) { } @if ( port.exists === true && port.connected === true && port.transmitting === false ) { } @if (currentRpg) { @if (port.transmitting) { } @else { @if (port.connected && port.exists) { } } }
Last updated:
{{ portsState.loadedTimestamp }}
} }