diff --git a/Controllers/Master/FasilitasController.cs b/Controllers/Master/FasilitasController.cs index 7c0176d..f25cc5e 100644 --- a/Controllers/Master/FasilitasController.cs +++ b/Controllers/Master/FasilitasController.cs @@ -17,41 +17,47 @@ namespace BankSampahApp.Controllers.Master { new { nama = "Tong Pilah", + kategori = "Peralatan Dasar", aksi = "
", + "" + + "" + + "", }, new { nama = "Tong Komposter", + kategori = "Peralatan Dasar", aksi = "", + "" + + "" + + "", }, new { nama = "Mesin Pengepress", + kategori = "Mesin Produksi", aksi = "", + "" + + "" + + "", }, new { nama = "Mesin Pencacah", + kategori = "Mesin Produksi", aksi = "", + "" + + "" + + "", }, new { nama = "Mesin Cetak Roster", + kategori = "Mesin Produksi", aksi = "", + "" + + "" + + "", }, }; + var response = new { data = data diff --git a/Views/Master/Fasilitas/Index.cshtml b/Views/Master/Fasilitas/Index.cshtml index 4da8154..68d774e 100644 --- a/Views/Master/Fasilitas/Index.cshtml +++ b/Views/Master/Fasilitas/Index.cshtml @@ -24,6 +24,29 @@