UX: Include FAQ url in portgroup hint page

This commit is contained in:
Srivats P 2017-10-24 18:37:30 +05:30
parent e05fa5a690
commit b60faa727c

View File

@ -94,7 +94,9 @@
<p>You can transmit packets on any of the ports within the port group.</p> <p>You can transmit packets on any of the ports within the port group.</p>
<p>Make sure the port group has a <img src=":/icons/bullet_green.png"/> next to it and then double click the port group to show or hide the ports in the port group.</p> <p>Make sure the port group has a <img src=":/icons/bullet_green.png"/> next to it and then double click the port group to show or hide the ports in the port group.</p>
<p>To generate packets, you need to create and configure packet streams. A stream is a sequence of one or more packets.</p> <p>To generate packets, you need to create and configure packet streams. A stream is a sequence of one or more packets.</p>
&lt;p&gt;To create a stream, select the port on which you want to send packets. &lt;/p&gt;</string> &lt;p&gt;To create a stream, select the port on which you want to send packets. &lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Don't see the port that you want (or any ports at all) inside the port group? &lt;a href=&quot;http://jump.ostinato.org/noports&quot;&gt;Get Help!&lt;/a&gt;&lt;/p&gt;</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
@ -102,6 +104,9 @@
<property name="wordWrap"> <property name="wordWrap">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>