@@ -1,4 +1,4 @@
|
||||
// VaultSentinel - Account Management Application
|
||||
// VaultSentinel - Account Management Application
|
||||
// Main JavaScript functionality
|
||||
|
||||
class AccountManager {
|
||||
@@ -1562,7 +1562,7 @@ class AccountManager {
|
||||
return {
|
||||
value: 'approved',
|
||||
label: 'Chấp nhận',
|
||||
className: 'bg-emerald-100 text-emerald-700 border border-emerald-200'
|
||||
className: 'bg-green-100 text-green-700 border border-green-200'
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1577,7 +1577,7 @@ class AccountManager {
|
||||
return {
|
||||
value: 'pending',
|
||||
label: 'Đang chờ',
|
||||
className: 'bg-amber-100 text-amber-700 border border-amber-200'
|
||||
className: 'bg-yellow-100 text-yellow-700 border border-yellow-200'
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user