{{! * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. }} {{#if App.supports.hostOverrides}} {{#if selectedService.restartRequired}}
{{#if view.isRestartMessageCollapsed}} {{else}} {{/if}} Restart Service {{selectedService.restartRequiredMessage}}
{{/if}} {{/if}}
{{#each category in selectedService.configCategories}} {{#if category.isCustomView}} {{#if App.supports.capacitySchedulerUi}} {{view category.customView categoryBinding="category" serviceBinding="selectedService" canEditBinding="view.canEdit" serviceConfigsBinding="selectedService.configs"}} {{/if}} {{else}} {{#view App.ServiceConfigsByCategoryView categoryBinding="category" canEditBinding="view.canEdit" serviceBinding="selectedService" serviceConfigsBinding="selectedService.configs"}}
{{category.displayName}}
{{#each view.filteredCategoryConfigs}}
{{! Here serviceConfigBinding should ideally be serviceConfigPropertyBinding }}
{{view viewClass serviceConfigBinding="this" categoryConfigsAllBinding="view.categoryConfigsAll" }} {{#if view.canEdit}} {{#if isPropertyOverridable}} {{#if App.supports.hostOverrides}} {{t common.exception}} {{/if}} {{/if}} {{#unless cantBeUndone}} {{#if isNotDefaultValue}} {{t common.undo}} {{/if}} {{/unless}} {{#if isRemovable}} {{t common.remove}} {{/if}} {{/if}} {{errorMessage}}
{{#if this.isOverridden}} {{view App.ServiceConfigView.SCPOverriddenRowsView serviceConfigPropertyBinding="this"}} {{/if}}
{{/each}} {{! For Advanced, Advanced Core Site, Advanced HDFS Site sections, show the 'Add Property' link.}} {{#if view.canEdit}} {{#if category.canAddProperty }}
{{t installer.step7.config.addProperty}}...
{{/if}} {{/if}}
{{/view}} {{/if}} {{/each}}