ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
13.55k stars 3.35k forks source link

host details: increase variables window #15195

Open aeter opened 2 weeks ago

aeter commented 2 weeks ago
SUMMARY

Increase the 'variables' window tallness at host details page.

ISSUE TYPE
COMPONENT NAME
AWX VERSION
ADDITIONAL INFORMATION

When hosts have variables, they may have lots of them. The current window was only 4 rows tall. By making it taller, it's easier to read it immediately (also to scroll, etc.) I know there is a "fullscreen" button at the top right. This change makes it easier to not have to click it every time, for every host. Attaching screenshot how it looks now with only 2 variables, for comparison

host_details1

ran the below commands

npm run prettier
npm run lint
npm run test