From a89eff3c1aaf0b0a0353fbe154a6b032e0aecf55 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Mon, 6 Jul 2020 09:16:09 -0400 Subject: [PATCH] Remove self-closing tags jquery doesn't like self-closing tags. jquery doesn't like anything. --- .../add-edit-credentials.view.html | 4 +-- .../input-source-lookup.partial.html | 5 +-- .../lib/components/input/text.partial.html | 5 +-- .../input/textarea-secret.partial.html | 8 ++--- .../schedulerDatePicker.partial.html | 2 +- .../src/scheduler/schedulerForm.partial.html | 32 +++++++++---------- 6 files changed, 29 insertions(+), 27 deletions(-) diff --git a/awx/ui/client/features/credentials/add-edit-credentials.view.html b/awx/ui/client/features/credentials/add-edit-credentials.view.html index b642a6da0728..7da2b0e8e1df 100644 --- a/awx/ui/client/features/credentials/add-edit-credentials.view.html +++ b/awx/ui/client/features/credentials/add-edit-credentials.view.html @@ -56,11 +56,11 @@ on-item-select="vm.onInputSourceItemSelect" on-test="vm.onInputSourceTest" results-filter="vm.filterInputSourceCredentialResults" -/> +> +>
diff --git a/awx/ui/client/features/credentials/input-source-lookup.partial.html b/awx/ui/client/features/credentials/input-source-lookup.partial.html index 3c5b0478e294..dc9461ba317e 100644 --- a/awx/ui/client/features/credentials/input-source-lookup.partial.html +++ b/awx/ui/client/features/credentials/input-source-lookup.partial.html @@ -23,7 +23,7 @@ ng-show="vm.selectedName" tag="vm.selectedName" icon="external" - /> + >
+ > + + > + + >
+ >
+ > + >
diff --git a/awx/ui/client/src/scheduler/schedulerForm.partial.html b/awx/ui/client/src/scheduler/schedulerForm.partial.html index 068851e53383..0daad2b3b1eb 100644 --- a/awx/ui/client/src/scheduler/schedulerForm.partial.html +++ b/awx/ui/client/src/scheduler/schedulerForm.partial.html @@ -29,7 +29,7 @@ id="schedulerName" ng-model="schedulerName" required ng-disabled="!(schedule_obj.summary_fields.user_capabilities.edit || canAdd) || credentialRequiresPassword" - placeholder="{{strings.get('form.SCHEDULE_NAME')}}"> + placeholder="{{strings.get('form.SCHEDULE_NAME')}}" />
{{ strings.get('form.NAME_REQUIRED_MESSAGE') }} @@ -74,7 +74,7 @@ placeholder="{{strings.get('form.HH24')}}" aw-min="0" min="0" aw-max="23" max="23" data-zero-pad="2" required - ng-change="timeChange()" > + ng-change="timeChange()" /> : @@ -90,7 +90,7 @@ placeholder="{{strings.get('form.MM')}}" min="0" max="59" data-zero-pad="2" required - ng-change="timeChange()" > + ng-change="timeChange()" /> : @@ -106,7 +106,7 @@ placeholder="{{strings.get('form.SS')}}" min="0" max="59" data-zero-pad="2" required - ng-change="timeChange()" > + ng-change="timeChange()" />
@@ -173,7 +173,7 @@ min="1" max="999" ng-change="resetError('scheduler_interval_error')" - > + />
@@ -209,7 +209,7 @@ aw-spinner="$parent.monthDay" ng-model="$parent.monthDay" min="1" max="31" - ng-change="resetError('scheduler_monthDay_error')" > + ng-change="resetError('scheduler_monthDay_error')" />
{{ strings.get('form.MONTH_DAY_ERROR_MESSAGE') }} @@ -228,7 +228,7 @@ ng-model="$parent.monthlyRepeatOption" ng-change="monthlyRepeatChange()" name="monthlyRepeatOption" - id="monthlyRepeatOption"> + id="monthlyRepeatOption" /> {{ strings.get('form.ON_THE') }}
@@ -267,7 +267,7 @@ ng-model="$parent.yearlyRepeatOption" ng-change="yearlyRepeatChange()" name="yearlyRepeatOption" - id="yearlyRepeatOption"> + id="yearlyRepeatOption" /> {{ strings.get('form.ON') }} @@ -292,7 +292,7 @@ ng-model="$parent.yearlyMonthDay" min="1" max="31" ng-change="resetError('scheduler_yearlyMonthDay_error')" - > + />
@@ -312,7 +312,7 @@ ng-model="$parent.yearlyRepeatOption" ng-change="yearlyRepeatChange()" name="yearlyRepeatOption" - id="yearlyRepeatOption"> + id="yearlyRepeatOption" /> {{ strings.get('form.ON_THE') }}
@@ -524,7 +524,7 @@ placeholder="{{strings.get('form.HH24')}}" aw-min="0" min="0" aw-max="23" max="23" data-zero-pad="2" required - ng-change="schedulerEndChange('schedulerEndHour', $parent.schedulerEndHour)" > + ng-change="schedulerEndChange('schedulerEndHour', $parent.schedulerEndHour)" /> : @@ -540,7 +540,7 @@ placeholder="{{strings.get('form.MM')}}" min="0" max="59" data-zero-pad="2" required - ng-change="schedulerEndChange('schedulerEndMinute', $parent.schedulerEndMinute)" > + ng-change="schedulerEndChange('schedulerEndMinute', $parent.schedulerEndMinute)" /> : @@ -556,7 +556,7 @@ placeholder="{{strings.get('form.SS')}}" min="0" max="59" data-zero-pad="2" required - ng-change="schedulerEndChange('schedulerEndSecond', $parent.schedulerEndSecond)" > + ng-change="schedulerEndChange('schedulerEndSecond', $parent.schedulerEndSecond)" />
@@ -604,7 +604,7 @@ class="SchedulerFormDetail-radioButton" ng-model="dateChoice" id="date-choice-local" - value="local" > + value="local" /> {{ strings.get('form.LOCAL_TIME_ZONE') }}