From e07ae2e8f4d56c4c825b79f728318eab21d1f446 Mon Sep 17 00:00:00 2001 From: Francesco Date: Sat, 14 Oct 2023 16:21:00 +0200 Subject: [PATCH] Add delete button on single item page --- src/main/resources/templates/model/show.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/templates/model/show.html b/src/main/resources/templates/model/show.html index 4270e8c..24173b2 100644 --- a/src/main/resources/templates/model/show.html +++ b/src/main/resources/templates/model/show.html @@ -27,6 +27,11 @@ th:href="|/${dbadmin_baseUrl}/model/${schema.getClassName()}/edit/${object.getPrimaryKeyValue()}|"> +
+ +
+