theforeman / foreman_azure_rm

Adds Azure Resource Manager as a compute resource for The Foreman
GNU General Public License v3.0
9 stars 24 forks source link

Fixes #26499 - VM properties widget is overlapping #69

Closed apuntamb closed 4 years ago

apuntamb commented 4 years ago

The ID property which was till now being displayed caused this overlapping. The Azure's vm id is too long to be contained within the vm details column. Upon investigating around other compute resources, it's notable that ID is usually not shown in the hosts or vm details page. Hence, removing the ID and instead adding relevant fields like public_ip_address and private_ip_address as shown by other CRs too.

ShimShtein commented 4 years ago

Merged, thanks @apuntamb!