@if (connection().type === 'toolset') {
{{ 'XP.Xpert.AccessTools' | translate: { Default: 'Access Tools' } }}: @if (selectedAll()) { {{ 'XP.Xpert.All' | translate: { Default: 'All' } }} } @else { {{ 'XP.Xpert.Partial' | translate: { Default: 'Partial' } }} }
} @if (isSubAgentConnection()) { } @if (!connection().readonly) {
{{ 'XP.Xpert.RemoveConnection' | translate: { Default: 'Remove connection' } }}
}