mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
Merge pull request #2581 from mabashian/job-template-audit-items
Job template audit items
This commit is contained in:
commit
169002b623
@ -404,6 +404,10 @@ textarea.allowresize {
|
||||
/* TB tooltip overrides */
|
||||
.popover-content {
|
||||
width: 100%;
|
||||
|
||||
.table>tbody>tr>td {
|
||||
border-top: 1px solid @b7grey;
|
||||
}
|
||||
}
|
||||
h3.popover-title, .popover-content, .popover-content blockquote, .popover-content a {
|
||||
font-size: 12px;
|
||||
|
||||
@ -97,7 +97,7 @@ table.ui-datepicker-calendar {
|
||||
|
||||
button.btn.btn-default {
|
||||
text-transform: uppercase;
|
||||
border-color: @default-border;
|
||||
border-color: @d7grey;
|
||||
color: @default-interface-txt;
|
||||
}
|
||||
|
||||
|
||||
@ -45,9 +45,9 @@ export default
|
||||
ealName: 'variable',
|
||||
type: 'custom',
|
||||
control:'<label for="variable"><span class="Form-inputLabel prepend-asterisk"> ANSWER VARIABLE NAME</span>'+
|
||||
'<a id="awp-variable" href="" aw-pop-over="<p>The suggested format for variable names is lowercase and underscore-separated. Also note that this field cannot accept variable names with spaces.</p><p>For example: <br>foo_bar<br>'+
|
||||
'user_id<br>host_name<br><div class="popover-footer"><span class="key">esc</span> or click to close</div>" '+
|
||||
'data-placement="right" data-container="body" data-title="Answer Variable Name" class="help-link" data-original-title="" title="" tabindex="-1"><i class="fa fa-question-circle"></i></a> </label>'+
|
||||
'<a id="awp-variable" href="" popover-title="ANSWER VARIABLE NAME" aw-pop-over="<p>The suggested format for variable names is lowercase and underscore-separated. Also note that this field cannot accept variable names with spaces.</p><p>For example: <br>foo_bar<br>'+
|
||||
'user_id<br>host_name<br>" '+
|
||||
'data-placement="right" data-container="body" class="help-link" data-original-title="" title="" tabindex="-1"><i class="fa fa-question-circle"></i></a> </label>'+
|
||||
'<div><input type="text" ng-model="variable" name="variable" id="survey_question_variable" class="form-control Form-textInput ng-pristine ng-invalid ng-invalid-required" required="" aw-survey-variable-name>'+
|
||||
'<div class="error ng-hide" id="survey_question-variable-required-error" ng-show="survey_question_form.variable.$dirty && survey_question_form.variable.$error.required">Please enter an answer variable name.</div>'+
|
||||
'<div class="error ng-hide" id="survey_question-variable-variable-error" ng-show="survey_question_form.variable.$dirty && survey_question_form.variable.$error.variable">Please remove the illegal character from the survey question variable name.</div>'+
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
@default-no-items-bord: #F6F6F6; // also white button hovers
|
||||
@default-stdout-txt: #707070;
|
||||
@default-dark: #000000;
|
||||
@b7grey: #B7B7B7;
|
||||
|
||||
|
||||
@default-warning: #F0AD4E;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user