| Summary: | [RFE] Add Red Hat Documentation tab for Networks and Pools | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Jiri Belka <jbelka> | ||||
| Component: | rhvm-doc | Assignee: | Greg Sheremeta <gshereme> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Petr Matyáš <pmatyas> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 3.6.0 | CC: | gshereme, lsurette, lsvaty, mgoldboi, pmatyas, pstehlik, rbalakri, srevivo, ykaul, ylavi | ||||
| Target Milestone: | ovirt-4.2.2 | Keywords: | FutureFeature | ||||
| Target Release: | --- | Flags: | pstehlik:
testing_plan_complete-
|
||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | No Doc Update | |||||
| Doc Text: |
undefined
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-05-23 12:51:53 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | UX | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
Please consider 'Pools' as well. Tested on rhvm-doc-4.2.2-1.el7ev.noarch Documentation tab works fine for pools, however it shows just 404 for networks. ugh, thanks, sorry about that. Fixed in rhvm-doc-4.2.2-2 Created attachment 1401083 [details]
network fixed
Verified on rhvm-doc-4.2.2-2.el7ev.noarch BZ<2>Jira Resync |
Description of problem: # diff -uNp /usr/share/ovirt-engine/ui-plugins/redhat_support_plugin_rhev/start.html{.orig,} --- /usr/share/ovirt-engine/ui-plugins/redhat_support_plugin_rhev/start.html.orig 2016-02-24 15:39:17.378788852 +0100 +++ /usr/share/ovirt-engine/ui-plugins/redhat_support_plugin_rhev/start.html 2016-02-24 16:31:25.972595097 +0100 @@ -21,6 +21,9 @@ api.addSubTab('Host', 'Red Hat Documentation', 'my-host-subtab-host', '/ovirt-engine/docs/manual/en-US/html/Administration_Guide/chap-Hosts.html',{alignRight: true}); api.setTabAccessible('my-host-subtab-host', true); + api.addSubTab('Network', 'Red Hat Documentation', 'my-host-subtab-network', '/ovirt-engine/docs/manual/en-US/html/Administration_Guide/chap-Logical_Networks.html',{alignRight: true}); + api.setTabAccessible('my-host-subtab-network', true); + api.addSubTab('Storage', 'Red Hat Documentation', 'my-host-subtab-storage', '/ovirt-engine/docs/manual/en-US/html/Administration_Guide/chap-Storage.html',{alignRight: true}); api.setTabAccessible('my-host-subtab-storage', true); Version-Release number of selected component (if applicable): redhat-support-plugin-rhev-3.6.0-12.el6.noarch How reproducible: 100% Steps to Reproduce: 1. check subtab area in Networks if there is 'Red Hat Documentation' subtab pointing to valid doc 2. 3. Actual results: does not exist Expected results: should exist, we have the doc and other areas are covered with docs subtabs Additional info: