@if (providerService.loading()) {
|
@for (tab of tabs; track tab) { }
@if (activeTab() === 'History') {
@for (_ of [1,2,3]; track $index) { }
@for (_ of [1,2,3,4,5]; track $index) {
@for (_ of [1,2,3]; track $index) { }
}
} @else if (activeTab() === 'Settings') {
} @else {
@for (_ of [1,2,3,4]; track $index) {
}
@for (_ of [1,2,3]; track $index) {
}
}
} @else { @let provider = providerService.selectedProvider(); @if (provider) {
← Providers |

{{ provider.display_name }}

@if (provider.provider_type_name) { }
@if (!editing()) { }
@for (tab of tabs; track tab) { {{ tab }} }
@if (activeTab() === 'Details') {
@if (editing()) {
} @if (metadataLoading()) {
@for (_ of [1,2,3]; track $index) {
}
} @else if (metadataFields().length > 0) { } @if (editing()) {
} @if (!editing()) { }
} @else if (activeTab() === 'History') {
} @else if (activeTab() === 'Settings') {
}
} }