From c0d7bc29f038c9f22eb8c91293442c9261b29757 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Wed, 26 Oct 2022 13:07:37 +0000
Subject: [PATCH] WebUI:

- minor styling improvements in Slice pages
---
 src/webui/service/templates/slice/detail.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/webui/service/templates/slice/detail.html b/src/webui/service/templates/slice/detail.html
index 936b0f08f..07734f323 100644
--- a/src/webui/service/templates/slice/detail.html
+++ b/src/webui/service/templates/slice/detail.html
@@ -128,7 +128,7 @@
             <td>-</td>
             <td>
                 {{ constraint.sla_availability.num_disjoint_paths }} disjoint paths;
-                {% if constraint.sla_availability.all_active %}all{% else %}single{% endif %}active
+                {% if constraint.sla_availability.all_active %}all{% else %}single{% endif %}-active
             </td>
         </tr>
         {% else %}
-- 
GitLab