{{ 'PAC.Xpert.SetUpAuthorization' | translate: { Default: 'Set Up Authorization' } }}
{{ 'PAC.Xpert.AfterConfiguringCredentials' | translate: { Default: 'After configuring credentials, will created a toolset for this tools' } }}
{{ 'PAC.Xpert.CustomName' | translate: { Default: 'Custom name' } }}
{{ 'PAC.Xpert.Description' | translate: { Default: 'Description' } }}
@for (credential of credentialsSchema(); track $index) {
{{ credential.label | i18n }} @if (credential.required) { * } @if (credential.help) {
}
@if (credential.url) { {{ 'PAC.Xpert.HowtoGet' | translate: { Default: 'How to get' } }} }
}
@if (loading()) { }
@if (toolset()) { }