diff --git a/ambari-web/app/templates/common/configs/addPropertyWindow.hbs b/ambari-web/app/templates/common/configs/addPropertyWindow.hbs index 6614de654c7..af341a8a394 100644 --- a/ambari-web/app/templates/common/configs/addPropertyWindow.hbs +++ b/ambari-web/app/templates/common/configs/addPropertyWindow.hbs @@ -15,7 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. }} -
+
diff --git a/ambari-web/app/templates/common/configs/notifications_configs.hbs b/ambari-web/app/templates/common/configs/notifications_configs.hbs index 6f546e9e5e3..8a1d3fb1e4c 100644 --- a/ambari-web/app/templates/common/configs/notifications_configs.hbs +++ b/ambari-web/app/templates/common/configs/notifications_configs.hbs @@ -26,7 +26,7 @@
- +
{{view App.RadioButtonView name="createNotification" diff --git a/ambari-web/app/templates/common/configs/overrideWindow.hbs b/ambari-web/app/templates/common/configs/overrideWindow.hbs index 2aa955c00f4..7e0d5a159bc 100644 --- a/ambari-web/app/templates/common/configs/overrideWindow.hbs +++ b/ambari-web/app/templates/common/configs/overrideWindow.hbs @@ -17,7 +17,7 @@ }} {{! #with view.categoryConfigProperty}} - +
{{view.parentView.dialogMessage}}
{{#if view.parentView.warningMessage}} diff --git a/ambari-web/app/templates/common/configs/queuePopup_body.hbs b/ambari-web/app/templates/common/configs/queuePopup_body.hbs index 3959b3dba2c..561cd099924 100644 --- a/ambari-web/app/templates/common/configs/queuePopup_body.hbs +++ b/ambari-web/app/templates/common/configs/queuePopup_body.hbs @@ -16,7 +16,7 @@ * limitations under the License. }} - + {{#each view.parentView.content.configs}} {{#if isVisible}}
diff --git a/ambari-web/app/templates/common/configs/service_config_category.hbs b/ambari-web/app/templates/common/configs/service_config_category.hbs index b2b523f779e..c4c3952b8f5 100644 --- a/ambari-web/app/templates/common/configs/service_config_category.hbs +++ b/ambari-web/app/templates/common/configs/service_config_category.hbs @@ -34,7 +34,7 @@
- + {{#each configData in view.categoryConfigs}} {{#unless configData.isInDefaultTheme}} {{! configs related to default themes should not be shown on the Advanced tab }} {{#if configData.isComparison}} diff --git a/ambari-web/app/templates/common/form/manage_credentilas_form.hbs b/ambari-web/app/templates/common/form/manage_credentilas_form.hbs index 88cdfb9e18d..f025394d31c 100644 --- a/ambari-web/app/templates/common/form/manage_credentilas_form.hbs +++ b/ambari-web/app/templates/common/form/manage_credentilas_form.hbs @@ -16,7 +16,7 @@ * limitations under the License. }} - +

{{view.formHeader}}

diff --git a/ambari-web/app/templates/common/modal_popups/invalid_KDC_popup.hbs b/ambari-web/app/templates/common/modal_popups/invalid_KDC_popup.hbs index ae6cac8c39d..34466346a32 100644 --- a/ambari-web/app/templates/common/modal_popups/invalid_KDC_popup.hbs +++ b/ambari-web/app/templates/common/modal_popups/invalid_KDC_popup.hbs @@ -19,7 +19,7 @@
{{view.warningMsg}}
- +
{{view Ember.TextField valueBinding="view.parentView.principal" class="form-control"}} diff --git a/ambari-web/app/templates/common/modal_popups/select_groups_popup.hbs b/ambari-web/app/templates/common/modal_popups/select_groups_popup.hbs index f739ca0b347..be7ab03e98a 100644 --- a/ambari-web/app/templates/common/modal_popups/select_groups_popup.hbs +++ b/ambari-web/app/templates/common/modal_popups/select_groups_popup.hbs @@ -16,7 +16,7 @@ * limitations under the License. }} - +
{{view.serviceName}}  
diff --git a/ambari-web/app/templates/login.hbs b/ambari-web/app/templates/login.hbs index 5fcdfbf0d2d..b7a3c1c6de8 100644 --- a/ambari-web/app/templates/login.hbs +++ b/ambari-web/app/templates/login.hbs @@ -31,7 +31,7 @@
- {{view view.passTextField type="password" valueBinding="password" class="form-control" disabledBinding="isSubmitDisabled" data-qa="password-input"}} + {{view view.passTextField valueBinding="password" class="form-control" disabledBinding="isSubmitDisabled" data-qa="password-input"}}
diff --git a/ambari-web/app/templates/main/admin/highAvailability/rangerAdmin/step1.hbs b/ambari-web/app/templates/main/admin/highAvailability/rangerAdmin/step1.hbs index a076629da0c..d825f004833 100644 --- a/ambari-web/app/templates/main/admin/highAvailability/rangerAdmin/step1.hbs +++ b/ambari-web/app/templates/main/admin/highAvailability/rangerAdmin/step1.hbs @@ -22,7 +22,7 @@ right ownership. The ASF licenses this file
-
+
diff --git a/ambari-web/app/templates/main/alerts/add_custom_config_to_alert_notification_popup.hbs b/ambari-web/app/templates/main/alerts/add_custom_config_to_alert_notification_popup.hbs index dc2fee8dcb7..c6170daea45 100644 --- a/ambari-web/app/templates/main/alerts/add_custom_config_to_alert_notification_popup.hbs +++ b/ambari-web/app/templates/main/alerts/add_custom_config_to_alert_notification_popup.hbs @@ -16,7 +16,7 @@ * limitations under the License. }} - +
diff --git a/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs b/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs index ed5cfa86169..e102e8e8d27 100644 --- a/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs +++ b/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs @@ -17,7 +17,7 @@ }} {{#if view.parentView.isLoaded}} - +
{{view.parentView.dialogMessage}}
{{#if view.parentView.warningMessage}} diff --git a/ambari-web/app/templates/main/alerts/configs.hbs b/ambari-web/app/templates/main/alerts/configs.hbs index 771a66b0191..f6dc31f81ea 100644 --- a/ambari-web/app/templates/main/alerts/configs.hbs +++ b/ambari-web/app/templates/main/alerts/configs.hbs @@ -15,7 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. }} - + {{#each property in controller.configs}} {{#unless property.hidden}}
@@ -41,4 +41,4 @@ {{view.errorMessage}}
{{/if}} - \ No newline at end of file + diff --git a/ambari-web/app/templates/main/alerts/create_alert_notification.hbs b/ambari-web/app/templates/main/alerts/create_alert_notification.hbs index afe00d59510..2822922be24 100644 --- a/ambari-web/app/templates/main/alerts/create_alert_notification.hbs +++ b/ambari-web/app/templates/main/alerts/create_alert_notification.hbs @@ -18,7 +18,7 @@
-
+ {{! alert-notification name }}
diff --git a/ambari-web/app/templates/main/alerts/create_new_alert_group.hbs b/ambari-web/app/templates/main/alerts/create_new_alert_group.hbs index d60d7bc0d70..8638177a698 100644 --- a/ambari-web/app/templates/main/alerts/create_new_alert_group.hbs +++ b/ambari-web/app/templates/main/alerts/create_new_alert_group.hbs @@ -24,7 +24,7 @@   {{/if}}
- +
diff --git a/ambari-web/app/templates/main/dashboard/edit_widget_popup.hbs b/ambari-web/app/templates/main/dashboard/edit_widget_popup.hbs index 60c974145c5..c6090b14a9f 100644 --- a/ambari-web/app/templates/main/dashboard/edit_widget_popup.hbs +++ b/ambari-web/app/templates/main/dashboard/edit_widget_popup.hbs @@ -15,7 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. }} - +
{{{view.parentView.widgetView.hintInfo}}} @@ -49,4 +49,4 @@
- \ No newline at end of file + diff --git a/ambari-web/app/templates/main/dashboard/edit_widget_popup_single_threshold.hbs b/ambari-web/app/templates/main/dashboard/edit_widget_popup_single_threshold.hbs index 416852e385d..24200c2f9ca 100644 --- a/ambari-web/app/templates/main/dashboard/edit_widget_popup_single_threshold.hbs +++ b/ambari-web/app/templates/main/dashboard/edit_widget_popup_single_threshold.hbs @@ -16,7 +16,7 @@ * limitations under the License. }} -
+
{{{view.parentView.widgetView.hintInfo}}} diff --git a/ambari-web/app/templates/main/service/new_config_group.hbs b/ambari-web/app/templates/main/service/new_config_group.hbs index 7d8f9384bfc..12b3fef19ff 100644 --- a/ambari-web/app/templates/main/service/new_config_group.hbs +++ b/ambari-web/app/templates/main/service/new_config_group.hbs @@ -26,7 +26,7 @@
- +
diff --git a/ambari-web/app/templates/main/service/widgets/create/step2.hbs b/ambari-web/app/templates/main/service/widgets/create/step2.hbs index 42bfb028ba3..60208cb1a58 100644 --- a/ambari-web/app/templates/main/service/widgets/create/step2.hbs +++ b/ambari-web/app/templates/main/service/widgets/create/step2.hbs @@ -32,7 +32,7 @@ {{#if widgetPropertiesViews.length}}
- + {{#each property in widgetPropertiesViews}}
@@ -61,4 +61,4 @@ {{/unless}}
-
\ No newline at end of file +
diff --git a/ambari-web/app/templates/main/service/widgets/create/step3.hbs b/ambari-web/app/templates/main/service/widgets/create/step3.hbs index f078ea8fa62..e7fa4f788cf 100644 --- a/ambari-web/app/templates/main/service/widgets/create/step3.hbs +++ b/ambari-web/app/templates/main/service/widgets/create/step3.hbs @@ -20,7 +20,7 @@

{{t widget.create.wizard.step3.header}}

- +
diff --git a/ambari-web/app/templates/wizard/step1.hbs b/ambari-web/app/templates/wizard/step1.hbs index b2ce67b50af..f489ad611f5 100644 --- a/ambari-web/app/templates/wizard/step1.hbs +++ b/ambari-web/app/templates/wizard/step1.hbs @@ -78,7 +78,7 @@ {{#if App.router.nextBtnClickInProgress}} {{view App.SpinnerView}} {{else}} - +
diff --git a/ambari-web/app/templates/wizard/step1_addLocalRepository.hbs b/ambari-web/app/templates/wizard/step1_addLocalRepository.hbs index c8f19137b2b..0b5af1cb237 100644 --- a/ambari-web/app/templates/wizard/step1_addLocalRepository.hbs +++ b/ambari-web/app/templates/wizard/step1_addLocalRepository.hbs @@ -15,7 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. }} - +
@@ -52,4 +52,4 @@ Provide location of the local repository for the selected OS
{{/if}} - \ No newline at end of file + diff --git a/ambari-web/app/templates/wizard/step3/step3_host_warnings_popup.hbs b/ambari-web/app/templates/wizard/step3/step3_host_warnings_popup.hbs index 5b9e36718e3..c9374107417 100644 --- a/ambari-web/app/templates/wizard/step3/step3_host_warnings_popup.hbs +++ b/ambari-web/app/templates/wizard/step3/step3_host_warnings_popup.hbs @@ -23,7 +23,7 @@ {{t installer.step3.hostWarningsPopup.notice.beginning}}
-
+