{{t 'catalogSettings.header'}}

{{t 'catalogSettings.library.label'}}

{{#if library}}
{{else}}
{{/if}}

{{t 'catalogSettings.library.detail' appName=settings.appName}}

{{t 'catalogSettings.helm.stable.label'}}

{{#if helmStable}}
{{else}}
{{/if}}

{{t 'catalogSettings.helm.stable.detail'}}

{{t 'catalogSettings.helm.incubator.label'}}

{{#if helmIncubator}}
{{else}}
{{/if}}

{{t 'catalogSettings.helm.incubator.detail'}}

{{t 'catalogSettings.more.header'}}

{{t 'catalogSettings.more.helpText' htmlSafe=true}}

{{#sortable-table tableClassNames="bordered" paging=true pagingLabel="pagination.catalog" headers=headers body=custom sortBy=sortBy rightActions=true as |sortable kind row dt| }} {{#if (eq kind "row")}} {{check-box nodeId=row.id}} {{badge-state model=row}} {{row.name}} {{row.displayKind}} {{row.url}} {{row.branch}} {{action-menu model=row}} {{else if (eq kind "nomatch")}} {{t 'catalogSettings.more.noMatch'}} {{else if (eq kind "norows")}} {{t 'catalogSettings.more.noData'}} {{/if}} {{/sortable-table}}