mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-02-01 14:31:50 +00:00
Update page.tsx
This commit is contained in:
parent
616957d2fa
commit
7e98eb8288
@ -195,7 +195,7 @@ const DataFetcher: React.FC = () => {
|
||||
<tbody>
|
||||
{paginatedData.map((item, index) => (
|
||||
<tr key={index}>
|
||||
<td className="px-4 py-2 border-b">
|
||||
<td className="px-4 py-2 border-b">
|
||||
{item.status === "done" ? (
|
||||
"✔️"
|
||||
) : item.status === "failed" ? (
|
||||
|
Loading…
x
Reference in New Issue
Block a user