From 22f9bf1687fd02aadec1de19f0c4f701a1c70b35 Mon Sep 17 00:00:00 2001 From: anulax1225 Date: Mon, 27 Jan 2025 22:52:18 +0100 Subject: [PATCH] Redesign page user admin list --- database/migrations/2025_01_27_223312_change_profile_none.php | 2 +- resources/js/Pages/Admin/User/Index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/database/migrations/2025_01_27_223312_change_profile_none.php b/database/migrations/2025_01_27_223312_change_profile_none.php index 3f95c01..52d1731 100644 --- a/database/migrations/2025_01_27_223312_change_profile_none.php +++ b/database/migrations/2025_01_27_223312_change_profile_none.php @@ -12,7 +12,7 @@ */ public function up(): void { - DB::table("users")->where("path", "profiles/none.svg")->update([ + DB::table("users")->where("path", "profiles/none.png")->update([ "path" => "profiles/none.webp" ]); } diff --git a/resources/js/Pages/Admin/User/Index.vue b/resources/js/Pages/Admin/User/Index.vue index c4de8ce..ad0e8a7 100644 --- a/resources/js/Pages/Admin/User/Index.vue +++ b/resources/js/Pages/Admin/User/Index.vue @@ -61,7 +61,7 @@ const resetPassword = (id, email) => {
-
+

{{ user.name }}