|
|
@if (externalSystem.allowEdit) {
{{ externalSystem.name }}
} @else {
{{ externalSystem.name }}
}
{{ externalSystem.name }}
|
{{ externalSystem.description }} |
{{ externalSystem.container }} |
@if (externalSystem.connected.status) {
{{ t('ONLINE') }}
}
@if (!externalSystem.connected.status) {
@if (externalSystem.connected.msg) {
{{ t('OFFLINE') }}
} @else {
{{ t('OFFLINE') }}
}
}
|
@if (externalSystem.allowEdit) {
{{ t('Edit') }}
}
{{ t('Changelog') }}
@if (externalSystem.allowEdit) {
{{ t('Delete') }}
}
|
}