mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
making default fact view height 10
This commit is contained in:
parent
600089d689
commit
844e704adf
@ -4,7 +4,7 @@
|
||||
<span class="Form-inputLabel" translate>FACTS</span>
|
||||
</label>
|
||||
<div>
|
||||
<textarea rows="6" ng-model="facts" name="facts" class="form-control Form-textArea Form-formGroup--fullWidth" id="host_facts"></textarea>
|
||||
<textarea rows="10" ng-model="facts" name="facts" class="form-control Form-textArea Form-formGroup--fullWidth" id="host_facts"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user