mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
adding translate directive to parts of components
This commit is contained in:
parent
4e077e2b95
commit
043523b6d2
@ -1,6 +1,6 @@
|
||||
<label class="at-InputLabel">
|
||||
<span ng-if="state.required" class="at-InputLabel-required">*</span>
|
||||
<span class="at-InputLabel-name" >{{::state.label}}</span>
|
||||
<span class="at-InputLabel-name" >{{::state.label | translate}}</span>
|
||||
<at-popover state="state"></at-popover>
|
||||
<span ng-if="state._displayHint" class="at-InputLabel-hint" translate>{{::state._hint}}</span>
|
||||
<div ng-if="state._displayPromptOnLaunch" class="at-InputLabel-checkbox pull-right">
|
||||
|
||||
@ -9,8 +9,8 @@
|
||||
<i ng-if="popover.position === 'top'" class="fa fa-caret-down fa-2x"></i>
|
||||
</div>
|
||||
<div class="at-Popover-content">
|
||||
<h4 ng-if="popover.title" class="at-Popover-title">{{ popover.title }}</h4>
|
||||
<p ng-if="popover.text" class="at-Popover-text">{{ popover.text }}</p>
|
||||
<h4 ng-if="popover.title" class="at-Popover-title">{{ popover.title | translate }}</h4>
|
||||
<p ng-if="popover.text" class="at-Popover-text">{{ popover.text | translate}}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user