@if (connection().type === 'toolset') {
{{ 'PAC.Xpert.AccessTools' | translate: {Default: 'Access Tools'} }}:
@if (selectedAll()) {
{{ 'PAC.Xpert.All' | translate: {Default: 'All'} }}
} @else {
{{ 'PAC.Xpert.Partial' | translate: {Default: 'Partial'} }}
}
@for (tool of tools(); track tool.name) {
- {{tool.name}}
}
}
@if (isSubAgentConnection()) {
}
@if (!connection().readonly) {
}