From e99e428fa0ca6dfffc1a87d5db7c45d885d3438c Mon Sep 17 00:00:00 2001 From: Regiaaaaaa Date: Tue, 25 Nov 2025 11:03:46 +0700 Subject: [PATCH] feat: add detail button --- Controllers/DataRumahPotensiRumahController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controllers/DataRumahPotensiRumahController.cs b/Controllers/DataRumahPotensiRumahController.cs index 6f55538..c835c6e 100644 --- a/Controllers/DataRumahPotensiRumahController.cs +++ b/Controllers/DataRumahPotensiRumahController.cs @@ -30,8 +30,8 @@ namespace BpsRwApp.Controllers pemilik_rumah = pemilik, id_bangunan = $"BGN{2200 + index:D4}", potensi, - aksi = "
" + - "more_horiz" + + aksi = "
" + + $"" + "
", }; })