mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 19:50:05 -03:30
Corrects label on schedule form
This commit is contained in:
@@ -118,7 +118,7 @@
|
|||||||
ng-show="schedulerShowTimeZone">
|
ng-show="schedulerShowTimeZone">
|
||||||
<label class="Form-inputLabel">
|
<label class="Form-inputLabel">
|
||||||
<span class="red-text">*</span>
|
<span class="red-text">*</span>
|
||||||
{{ strings.get('form.START_TIME') }}
|
{{ strings.get('form.LOCAL_TIME_ZONE') }}
|
||||||
</label>
|
</label>
|
||||||
<select
|
<select
|
||||||
ng-disabled="!(schedule_obj.summary_fields.user_capabilities.edit || canAdd) || credentialRequiresPassword"
|
ng-disabled="!(schedule_obj.summary_fields.user_capabilities.edit || canAdd) || credentialRequiresPassword"
|
||||||
|
|||||||
Reference in New Issue
Block a user