mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-14 00:49:09 +02:00
show tag service object name in the Options column
This commit is contained in:
@@ -1457,9 +1457,9 @@ QStringList PolicyModel::getRuleOptions(Rule* r) const
|
|||||||
|
|
||||||
if (policyRule->getTagging())
|
if (policyRule->getTagging())
|
||||||
{
|
{
|
||||||
|
FWObject *tobj = PolicyRule::cast(policyRule)->getTagObject();
|
||||||
res << tr("Tag %1").arg(
|
res << tr("Tag %1").arg(
|
||||||
QString::fromUtf8(
|
QString::fromUtf8(tobj->getName().c_str()));
|
||||||
PolicyRule::cast(policyRule)->getTagValue().c_str()));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (policyRule->getClassification())
|
if (policyRule->getClassification())
|
||||||
|
|||||||
Reference in New Issue
Block a user