apol: Add nicer titles for network context tabs.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
Chris PeBenito 2019-07-17 21:30:41 -04:00
parent 5eab4ac7a4
commit d251e344b0
4 changed files with 6 additions and 6 deletions

View File

@ -116,9 +116,9 @@ class ChooseAnalysis(SEToolsWidget, QDialog):
"Infiniband Endport Contexts": IbendportconQueryTab,
"Infiniband Partition Key Contexts": IbpkeyconQueryTab,
"Initial SID Statements": InitialSIDQueryTab,
"Netifcon Statements": NetifconQueryTab,
"Nodecon Statements": NodeconQueryTab,
"Portcon Statements": PortconQueryTab}
"Network Interface Contexts": NetifconQueryTab,
"Network Node Contexts": NodeconQueryTab,
"Network Port Contexts": PortconQueryTab}
general_choices = {"Summary": SummaryTab}
other_choices = {"Bounds": BoundsQueryTab,
"Defaults": DefaultQueryTab}

View File

@ -114,7 +114,7 @@
</font>
</property>
<property name="text">
<string>Netifcon Statements</string>
<string>Network Interface Contexts</string>
</property>
</widget>
</item>

View File

@ -114,7 +114,7 @@
</font>
</property>
<property name="text">
<string>Nodecon Statements</string>
<string>Network Node Contexts</string>
</property>
</widget>
</item>

View File

@ -114,7 +114,7 @@
</font>
</property>
<property name="text">
<string>Portcon Statements</string>
<string>Network Port Contexts</string>
</property>
</widget>
</item>