diff --git a/webui/src/components/Profile/View.js b/webui/src/components/Profile/View.js index c0b45f1b3..aaf285761 100644 --- a/webui/src/components/Profile/View.js +++ b/webui/src/components/Profile/View.js @@ -397,7 +397,7 @@ const View = ({ visible, disableOnClickOutside, profile, onEdit, onDelete, onHid session.pcc_rule.map((pcc_rule, index) =>
-
+
{pcc_rule.qos.index}
{pcc_rule.qos.arp.priority_level}
diff --git a/webui/src/components/Subscriber/View.js b/webui/src/components/Subscriber/View.js index abaaa92fb..30ba6147b 100644 --- a/webui/src/components/Subscriber/View.js +++ b/webui/src/components/Subscriber/View.js @@ -396,7 +396,7 @@ const View = ({ visible, disableOnClickOutside, subscriber, onEdit, onDelete, on session.pcc_rule.map((pcc_rule, index) =>
-
+
{pcc_rule.qos.index}
{pcc_rule.qos.arp.priority_level}