@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' } }}
}
@for (tool of tools(); track tool.name) {
-
{{ tool.name }}
}
}
@if (isSubAgentConnection()) {
}
@if (!connection().readonly) {
}