diff --git a/crates/ezidam/templates/pages/admin/apps/list.html.tera b/crates/ezidam/templates/pages/admin/apps/list.html.tera index 02d2262..7dbc18e 100644 --- a/crates/ezidam/templates/pages/admin/apps/list.html.tera +++ b/crates/ezidam/templates/pages/admin/apps/list.html.tera @@ -60,6 +60,9 @@ + + + @@ -85,6 +88,13 @@ {{ app.created_at | date() }} {{ app.id }} + + {% if app.is_confidential == true %} + Private + {% else %} + Public + {% endif %} + {{ app.redirect_uri }} Details @@ -128,7 +138,7 @@ listClass: 'table-tbody', valueNames: ['sort-name', 'sort-status', {attr: 'data-date', name: 'sort-creation-date'}, - 'sort-id', 'sort-redirect-uri', + 'sort-id', 'sort-confidentiality', 'sort-redirect-uri', ] }); })