diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 394b69d..1c791da 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -61,7 +61,7 @@ } ] } - {% if 'owner.*' in roles %} + {% if 'owner.*' in roles or 'reseller.*' in roles %} ,{ "widgettype": "ResponsableBox", "options": { @@ -556,7 +556,7 @@ ] } {% endif %} - {% if 'owner.*' not in roles and 'customer.*' in roles %} + {% if 'owner.*' not in roles and 'reseller.*' not in roles and 'customer.*' in roles %} ,{ "widgettype": "VBox", "options": { @@ -634,7 +634,7 @@ ] } {% endif %} - {% if 'owner.*' in roles %} + {% if 'owner.*' in roles or 'reseller.*' in roles %} ,{ "widgettype": "VBox", "options": {