Bug #9435
closedA tool tip is required on add_interface form adjacent to identifier field to clearly state what identifier user should provide based on type of interface
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1192944
Description of problem:
While adding new_interface, the identifier field should have a tool-tip that clearly state what identifier user should specify based on type of interface.
If type is alias interface then identifier should be like eth0:0 assuming eth0 is the interface to which alias interface will be attached.
if type is vlan interface then identifier should be line eth0.1
if type is bond interface then identifier should be like bond0.
Version-Release number of selected component (if applicable):
Satellite-6.1.0-RHEL-6-20150210.0
Sat6.1.0 beta snap2
How reproducible:
always
Steps to Reproduce:
1. New/edit Host --> add_interface
2.
3.
Actual results:
currently identifier field has help info like: Device identifier, i.e.: eth0 or eth1.1
which doesn't clearly state what identifier user should provide based on selected interface type
Expected results:
the identifier field should have a tool-tip that clearly state what identifier user should specify based on type of interface.
Additional info: