mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -03:30
making default fact view height 10
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user