mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-22 15:16:58 +00:00
apol: Add nicer titles for network context tabs.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
parent
5eab4ac7a4
commit
d251e344b0
@ -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}
|
||||
|
@ -114,7 +114,7 @@
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Netifcon Statements</string>
|
||||
<string>Network Interface Contexts</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -114,7 +114,7 @@
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Nodecon Statements</string>
|
||||
<string>Network Node Contexts</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -114,7 +114,7 @@
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Portcon Statements</string>
|
||||
<string>Network Port Contexts</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user