@@ -43,13 +43,13 @@
-s
+
\ No newline at end of file
+
diff --git a/Areas/Admin/Views/DataKecamatanRumahMemilah/Index.cshtml b/Views/DataKecamatanRumahMemilah/Index.cshtml
similarity index 94%
rename from Areas/Admin/Views/DataKecamatanRumahMemilah/Index.cshtml
rename to Views/DataKecamatanRumahMemilah/Index.cshtml
index cf2ec07..b4d96d3 100644
--- a/Areas/Admin/Views/DataKecamatanRumahMemilah/Index.cshtml
+++ b/Views/DataKecamatanRumahMemilah/Index.cshtml
@@ -1,5 +1,5 @@
@{
- ViewData["Title"] = "Rumah Memilah";
+ ViewData["Title"] = "Rumah Memilah";
}
@@ -51,7 +51,7 @@
$(document).ready(function () {
table = new DataTable('#example', {
- ajax: '/Admin/DataKecamatanRumahMemilah/Table',
+ ajax: '@Url.Action("Table", "DataKecamatanRumahMemilah")',
scrollX: true,
autoWidth: false,
initComplete: function () {
@@ -68,4 +68,4 @@
]
});
});
-
\ No newline at end of file
+
diff --git a/Areas/Admin/Views/DataPendampingRw/Index.cshtml b/Views/DataPendampingRw/Index.cshtml
similarity index 96%
rename from Areas/Admin/Views/DataPendampingRw/Index.cshtml
rename to Views/DataPendampingRw/Index.cshtml
index cef776a..9894893 100644
--- a/Areas/Admin/Views/DataPendampingRw/Index.cshtml
+++ b/Views/DataPendampingRw/Index.cshtml
@@ -96,7 +96,7 @@
$(document).ready(function () {
tableRapot = new DataTable('#tableRapot', {
- ajax: '/Admin/DataPendampingRw/TableRapot',
+ ajax: '@Url.Action("TableRapot", "DataPendampingRw")',
scrollX: true,
initComplete: function () {
$('div.dt-scroll-body thead').css('visibility', 'collapse');
@@ -113,7 +113,7 @@
});
tableChecklist = new DataTable('#tableChecklist', {
- ajax: '/Admin/DataPendampingRw/TableChecklist',
+ ajax: '@Url.Action("TableChecklist", "DataPendampingRw")',
scrollX: true,
initComplete: function () {
$('div.dt-scroll-body thead').css('visibility', 'collapse');
@@ -129,7 +129,7 @@
});
tableBeratSampah = new DataTable('#tableBeratSampah', {
- ajax: '/Admin/DataPendampingRw/TableBeratSampah',
+ ajax: '@Url.Action("TableBeratSampah", "DataPendampingRw")',
scrollX: true,
initComplete: function () {
$('div.dt-scroll-body thead').css('visibility', 'collapse');
@@ -145,4 +145,4 @@
]
});
});
-
\ No newline at end of file
+
diff --git a/Areas/Admin/Views/DataRt/Index.cshtml b/Views/DataRt/Index.cshtml
similarity index 94%
rename from Areas/Admin/Views/DataRt/Index.cshtml
rename to Views/DataRt/Index.cshtml
index 2af236f..c6e2e10 100644
--- a/Areas/Admin/Views/DataRt/Index.cshtml
+++ b/Views/DataRt/Index.cshtml
@@ -1,5 +1,5 @@
@{
- ViewData["Title"] = "Data RT";
+ ViewData["Title"] = "Data RT";
}
@@ -47,7 +47,7 @@
$(document).ready(function () {
table = new DataTable('#example', {
- ajax: '/Admin/DataRt/Table',
+ ajax: '@Url.Action("Table", "DataRt")',
scrollX: true,
autoWidth: false,
initComplete: function () {
@@ -61,4 +61,4 @@
]
});
});
-
\ No newline at end of file
+
diff --git a/Views/DataRumahPotensiRumah/Index.cshtml b/Views/DataRumahPotensiRumah/Index.cshtml
new file mode 100644
index 0000000..cdc8ed9
--- /dev/null
+++ b/Views/DataRumahPotensiRumah/Index.cshtml
@@ -0,0 +1,78 @@
+@{
+ ViewData["Title"] = "Potensi Rumah";
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | No |
+ RT |
+ RW |
+ Alamat |
+ Kota |
+ Pemilik Rumah |
+ ID Bangunan |
+ Potensi |
+ Aksi |
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Areas/Admin/Views/DataRumahRumah/Index.cshtml b/Views/DataRumahRumah/Index.cshtml
similarity index 95%
rename from Areas/Admin/Views/DataRumahRumah/Index.cshtml
rename to Views/DataRumahRumah/Index.cshtml
index 5bb46fd..9828c1f 100644
--- a/Areas/Admin/Views/DataRumahRumah/Index.cshtml
+++ b/Views/DataRumahRumah/Index.cshtml
@@ -1,5 +1,5 @@
@{
- ViewData["Title"] = "Data Rumah";
+ ViewData["Title"] = "Data Rumah";
}
@@ -53,7 +53,7 @@
$(document).ready(function () {
table = new DataTable('#example', {
- ajax: '/Admin/DataRumahRumah/Table',
+ ajax: '@Url.Action("Table", "DataRumahRumah")',
scrollX: true,
autoWidth: true,
initComplete: function () {
@@ -75,4 +75,4 @@
]
});
});
-
\ No newline at end of file
+
diff --git a/Areas/Admin/Views/DataRw/Index.cshtml b/Views/DataRw/Index.cshtml
similarity index 95%
rename from Areas/Admin/Views/DataRw/Index.cshtml
rename to Views/DataRw/Index.cshtml
index 9f9228a..edc8ad1 100644
--- a/Areas/Admin/Views/DataRw/Index.cshtml
+++ b/Views/DataRw/Index.cshtml
@@ -1,5 +1,5 @@
@{
- ViewData["Title"] = "Data RW";
+ ViewData["Title"] = "Data RW";
}
@@ -50,7 +50,7 @@
$(document).ready(function () {
table = new DataTable('#example', {
- ajax: '/Admin/DataRw/Table',
+ ajax: '@Url.Action("Table", "DataRw")',
scrollX: true,
autoWidth: false,
initComplete: function () {
@@ -67,4 +67,4 @@
]
});
});
-
\ No newline at end of file
+
diff --git a/Areas/Admin/Views/DataSudinChecklistHarian/Index.cshtml b/Views/DataSudinChecklistHarian/Index.cshtml
similarity index 94%
rename from Areas/Admin/Views/DataSudinChecklistHarian/Index.cshtml
rename to Views/DataSudinChecklistHarian/Index.cshtml
index c86a03f..8c43b22 100644
--- a/Areas/Admin/Views/DataSudinChecklistHarian/Index.cshtml
+++ b/Views/DataSudinChecklistHarian/Index.cshtml
@@ -1,5 +1,5 @@
@{
- ViewData["Title"] = "Checklist Harian";
+ ViewData["Title"] = "Checklist Harian";
}
@@ -49,7 +49,7 @@
$(document).ready(function () {
table = new DataTable('#example', {
- ajax: '/Admin/DataSudinChecklistHarian/Table',
+ ajax: '@Url.Action("Table", "DataSudinChecklistHarian")',
scrollX: true,
autoWidth: false,
initComplete: function () {
@@ -64,4 +64,4 @@
]
});
});
-
\ No newline at end of file
+
diff --git a/Areas/Admin/Views/DataVerifikasiChecklistHarian/Index.cshtml b/Views/DataVerifikasiChecklistHarian/Index.cshtml
similarity index 98%
rename from Areas/Admin/Views/DataVerifikasiChecklistHarian/Index.cshtml
rename to Views/DataVerifikasiChecklistHarian/Index.cshtml
index 22a54da..fd9319e 100644
--- a/Areas/Admin/Views/DataVerifikasiChecklistHarian/Index.cshtml
+++ b/Views/DataVerifikasiChecklistHarian/Index.cshtml
@@ -101,7 +101,7 @@
$(document).ready(function () {
table = new DataTable('#example', {
- ajax: '/Admin/DataVerifikasiChecklistHarian/Table',
+ ajax: '@Url.Action("Table", "DataVerifikasiChecklistHarian")',
scrollX: true,
autoWidth: false,
initComplete: function () {
@@ -121,4 +121,4 @@
]
});
});
-
\ No newline at end of file
+
diff --git a/Areas/Admin/Views/LaporanRw/Index.cshtml b/Views/LaporanRw/Index.cshtml
similarity index 98%
rename from Areas/Admin/Views/LaporanRw/Index.cshtml
rename to Views/LaporanRw/Index.cshtml
index 32ca50d..af7a6f0 100644
--- a/Areas/Admin/Views/LaporanRw/Index.cshtml
+++ b/Views/LaporanRw/Index.cshtml
@@ -103,7 +103,7 @@
$(document).ready(function () {
table = new DataTable('#example', {
- ajax: '/Admin/LaporanRw/Table',
+ ajax: '@Url.Action("Table", "LaporanRw")',
scrollX: true,
autoWidth: false,
initComplete: function () {
@@ -139,4 +139,4 @@
});
});
});
-
\ No newline at end of file
+
diff --git a/Areas/Admin/Views/RumahMemilah/Index.cshtml b/Views/RumahMemilah/Index.cshtml
similarity index 96%
rename from Areas/Admin/Views/RumahMemilah/Index.cshtml
rename to Views/RumahMemilah/Index.cshtml
index bac2600..1e6d03e 100644
--- a/Areas/Admin/Views/RumahMemilah/Index.cshtml
+++ b/Views/RumahMemilah/Index.cshtml
@@ -1,5 +1,5 @@
@{
- ViewData["Title"] = "Rumah Memilah";
+ ViewData["Title"] = "Rumah Memilah";
}
@@ -52,7 +52,7 @@
$(document).ready(function () {
table = new DataTable('#example', {
- ajax: '/Admin/RumahMemilah/Table',
+ ajax: '@Url.Action("Table", "RumahMemilah")',
scrollX: true,
autoWidth: false,
initComplete: function () {
@@ -88,4 +88,4 @@
});
});
});
-
\ No newline at end of file
+
diff --git a/Areas/Shared/Layouts/App/_Layout.cshtml b/Views/Shared/Layouts/App/_Layout.cshtml
similarity index 91%
rename from Areas/Shared/Layouts/App/_Layout.cshtml
rename to Views/Shared/Layouts/App/_Layout.cshtml
index cd896ba..949040f 100644
--- a/Areas/Shared/Layouts/App/_Layout.cshtml
+++ b/Views/Shared/Layouts/App/_Layout.cshtml
@@ -12,7 +12,7 @@
-
+
@@ -42,7 +42,7 @@
-
+
@RenderBody()
@@ -50,7 +50,7 @@
@@ -59,4 +59,4 @@
@await RenderSectionAsync("Scripts", required: false)