diff --git a/Controllers/LokasiController.cs b/Controllers/ProfilRwController.cs
similarity index 95%
rename from Controllers/LokasiController.cs
rename to Controllers/ProfilRwController.cs
index 2cad09f..9edfd75 100644
--- a/Controllers/LokasiController.cs
+++ b/Controllers/ProfilRwController.cs
@@ -1,9 +1,8 @@
-using Microsoft.AspNetCore.Mvc;
+using Microsoft.AspNetCore.Mvc;
namespace BpsRwApp.Controllers
{
- [Route("[controller]/[action]")]
- public class LokasiController : AppControllerBase
+ public class ProfilRwController : AppControllerBase
{
public IActionResult Index()
{
@@ -11,7 +10,7 @@ namespace BpsRwApp.Controllers
}
[HttpGet]
- public IActionResult Table()
+ public IActionResult TableLokasi()
{
var data = new[]
{
diff --git a/Views/Lokasi/Index.cshtml b/Views/Lokasi/Index.cshtml
deleted file mode 100644
index 8dd9241..0000000
--- a/Views/Lokasi/Index.cshtml
+++ /dev/null
@@ -1,198 +0,0 @@
-@{
- ViewData["Title"] = "Lokasi TP3SR & Parkir Pengumpulan Sampah";
-}
-
-
-
-
- Profil RW
- Lokasi TP3SR & Parkir Pengumpulan Sampah
-
-
-
-
-
-
-
Profil Rw
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- add
- Tambah
-
-
-
-
-
-
- No
- Usulan
- Alamat Lokasi
- Status Lahan
- Pemilik Lahan
- Luas Lahan
- Status Usulan
- Action
-
-
-
-
-
-
-
-
-
-@await Html.PartialAsync("_ModalTambah")
-
-
-
-
-
-
-
diff --git a/Views/Lokasi/_ModalTambah.cshtml b/Views/Lokasi/_ModalTambah.cshtml
deleted file mode 100644
index d72a2c0..0000000
--- a/Views/Lokasi/_ModalTambah.cshtml
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
- ✕
-
-
-
-
Tambah Lokasi
-
-
-
-
-
\ No newline at end of file
diff --git a/Views/ProfilRw/Index.cshtml b/Views/ProfilRw/Index.cshtml
new file mode 100644
index 0000000..16ca0a5
--- /dev/null
+++ b/Views/ProfilRw/Index.cshtml
@@ -0,0 +1,47 @@
+@{
+ ViewData["Title"] = "Lokasi TP3SR & Parkir Pengumpulan Sampah";
+}
+
+
+
+
+ Profil RW
+ Lokasi TP3SR & Parkir Pengumpulan Sampah
+
+
+
+
+
+
+
Profil Rw
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @await Html.PartialAsync("_TabIndexLokasi")
+
+
\ No newline at end of file
diff --git a/Views/ProfilRw/_TabIndexLokasi.cshtml b/Views/ProfilRw/_TabIndexLokasi.cshtml
new file mode 100644
index 0000000..3c2340d
--- /dev/null
+++ b/Views/ProfilRw/_TabIndexLokasi.cshtml
@@ -0,0 +1,181 @@
+
+
+ add
+ Tambah
+
+
+
+
+
+
+ No
+ Usulan
+ Alamat Lokasi
+ Status Lahan
+ Pemilik Lahan
+ Luas Lahan
+ Status Usulan
+ Action
+
+
+
+
+
+
+
+
+
+
+
+
+ ✕
+
+
+
+
Tambah Lokasi
+
+
+
+
+
+
+ Jenis Usulan
+
+
+ Pilih jenis usulan
+ TP3SR
+ Parkir Pengumpulan
+
+
+
+
+
+
+ Alamat
+
+
+
+
+
+
+
+ Nama Pemilik Lahan
+
+
+
+
+
+
+
+
+ Status Lahan
+
+
+ Pilih status lahan
+ Milik Pemda
+ Milik Warga
+ Sewa
+
+
+
+
+
+ Luas Lahan
+
+
+
+
+
+
+
+
+ Keterangan
+
+
+
+
+
+
+
+ cancel
+ Batalkan
+
+
+ save
+ Simpan
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Views/Shared/Layouts/App/_Sidebar.cshtml b/Views/Shared/Layouts/App/_Sidebar.cshtml
index bb83719..524c68a 100644
--- a/Views/Shared/Layouts/App/_Sidebar.cshtml
+++ b/Views/Shared/Layouts/App/_Sidebar.cshtml
@@ -17,7 +17,7 @@
-
+
account_box
Profil RW