Bug 1192944
Summary: | A 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 | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Sachin Ghai <sghai> |
Component: | WebUI | Assignee: | Marek Hulan <mhulan> |
WebUI sub component: | Foreman | QA Contact: | Sachin Ghai <sghai> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | bkearney, jmontleo |
Version: | 6.1.0 | Keywords: | Triaged |
Target Milestone: | Unspecified | ||
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://projects.theforeman.org/issues/9435 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-08-12 05:25:59 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1203588 | ||
Bug Blocks: | 1193987 | ||
Attachments: |
Created redmine issue http://projects.theforeman.org/issues/9435 from this bug Moving to POST since upstream bug http://projects.theforeman.org/issues/9435 has been closed ------------- Marek Hulán Applied in changeset commit:c3e83a58d6a7d9822340c89e016472d24f897582. Verified with: sat6.1 beta snap6 compose2 Satellite-6.1.0-RHEL-6-20150311.1 I can see the tool_tip or info box but when I clicked it, it was not expandable. Also firebug raises Network Error 404 on clicking it. Please see the screenshot. Moving back to assigned. Created attachment 1001435 [details]
Firebug raises: "NetworkError: 404 Not Found"
Sachin, this is separate issue, please report it and set it as a blocker (tooltip does not work in modal window). It seems that this was fixed in upstream as a part of new networking. I think this should be ON_QA until the blocker is fixed. Ah.. didn't realize its a separate issue. I'm fine reporting it in separate issue.. Will new bz for reported issue in comment 6..thanks verification of this bz depends on https://bugzilla.redhat.com/show_bug.cgi?id=1203588 Verified with: sat6.1 GA snap1 compose2(Satellite-6.1.0-RHEL-7-20150424.0) I can see tool_tip under add_interface modal window. This bug is slated to be released with Satellite 6.1. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2015:1592 |
Created attachment 992103 [details] 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 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: