Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/pages/AdminPage.jsx
Browse files
frontend/src/pages/AdminPage.jsx
CHANGED
|
@@ -747,8 +747,8 @@ const AdminPageContent = () => {
|
|
| 747 |
<td className="px-4 py-3 text-[12.5px] font-medium text-on-surface-variant">
|
| 748 |
{org.created ? org.created : (org.created_at ? new Date(org.created_at).toLocaleDateString() : 'N/A')}
|
| 749 |
</td>
|
| 750 |
-
<td className="px-4 py-3 text-right">
|
| 751 |
-
<div className="flex items-center justify-end gap-1">
|
| 752 |
<button
|
| 753 |
onClick={() => handleEditTenant(org)}
|
| 754 |
className="px-2.5 py-1 bg-surface-container border border-outline-variant text-on-surface rounded-lg hover:bg-surface-container-high transition-colors font-bold text-[12px] cursor-pointer flex items-center gap-1"
|
|
|
|
| 747 |
<td className="px-4 py-3 text-[12.5px] font-medium text-on-surface-variant">
|
| 748 |
{org.created ? org.created : (org.created_at ? new Date(org.created_at).toLocaleDateString() : 'N/A')}
|
| 749 |
</td>
|
| 750 |
+
<td className="px-4 py-3 text-right whitespace-nowrap">
|
| 751 |
+
<div className="inline-flex items-center justify-end gap-1 whitespace-nowrap">
|
| 752 |
<button
|
| 753 |
onClick={() => handleEditTenant(org)}
|
| 754 |
className="px-2.5 py-1 bg-surface-container border border-outline-variant text-on-surface rounded-lg hover:bg-surface-container-high transition-colors font-bold text-[12px] cursor-pointer flex items-center gap-1"
|