1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 16:31:50 +00:00

Update page.tsx

This commit is contained in:
Michel Roegl-Brunner 2025-01-30 17:13:10 +01:00 committed by GitHub
parent 616957d2fa
commit 7e98eb8288
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -195,7 +195,7 @@ const DataFetcher: React.FC = () => {
<tbody> <tbody>
{paginatedData.map((item, index) => ( {paginatedData.map((item, index) => (
<tr key={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 === "done" ? (
"✔️" "✔️"
) : item.status === "failed" ? ( ) : item.status === "failed" ? (