mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 02:59:21 -02:30
making default fact view height 10
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<span class="Form-inputLabel" translate>FACTS</span>
|
<span class="Form-inputLabel" translate>FACTS</span>
|
||||||
</label>
|
</label>
|
||||||
<div>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user