+
+
+ {{ $t('Total Users') }}
+
-
-
-
-
+
+
+
+
+ {{ $t('Show all transactions') }}
+
+
+
+
+
+
+ {{ $t('Total Storage') }}
+
+
+
+
+
+
+ {{ $t('admin_page_dashboard.w_total_space.link') }}
+
+
+
+
+
+
+ {{ $t('Earnings') }}
+
+
+
+
+
+
+ {{ $t('Show all transactions') }}
+
+
+
+
-
+
+
+
+
+ {{ $t('Upload') }}
+
+
+
+
+
+ {{ $t('In last 45 days') }}
+
+
+
+
+
+
+
+
+ {{ $t('Download') }}
+
+
+
+
+
+ {{ $t('In last 45 days') }}
+
+
+
+
+
+
+
+
+ {{ $t('Latest Registrations') }}
+
+
+
+
@@ -82,19 +140,12 @@
-
-
diff --git a/resources/js/views/Admin/PaymentSettings/PaymentSettings.vue b/resources/js/views/Admin/PaymentSettings/PaymentSettings.vue
index 37e8d9a8..0f93d1fc 100644
--- a/resources/js/views/Admin/PaymentSettings/PaymentSettings.vue
+++ b/resources/js/views/Admin/PaymentSettings/PaymentSettings.vue
@@ -31,6 +31,9 @@
},
]
}
+ },
+ mounted() {
+ this.$router.replace({name: 'AppPayments'})
}
}
diff --git a/resources/js/views/Admin/Users.vue b/resources/js/views/Admin/Users.vue
index e7bb9e21..47a2c56c 100644
--- a/resources/js/views/Admin/Users.vue
+++ b/resources/js/views/Admin/Users.vue
@@ -38,7 +38,7 @@
-
+
{{ row.data.attributes.role }}
|
@@ -97,7 +97,7 @@
-
+
{{ row.data.attributes.role }}
|
@@ -161,7 +161,7 @@
-
+
{{ row.data.attributes.role }}
|
@@ -338,13 +338,5 @@
isLoading: true,
}
},
- methods: {
- getRoleColor(role) {
- return {
- admin: 'purple',
- user: 'green',
- }[role]
- }
- }
}
diff --git a/resources/js/views/Admin/Users/UserTabs/UserPassword.vue b/resources/js/views/Admin/Users/UserTabs/UserPassword.vue
index ef994891..5c6e62f7 100644
--- a/resources/js/views/Admin/Users/UserTabs/UserPassword.vue
+++ b/resources/js/views/Admin/Users/UserTabs/UserPassword.vue
@@ -4,24 +4,25 @@
{{ $t('user_box_password.title') }}
-
- {{ $t('user_box_password.description') }}
-
-
- {{ $t('admin_page_user.send_password_link') }}
-
+
+
+
+ {{ $t('admin_page_user.send_password_link') }}
+
+