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:
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