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:
parent
616957d2fa
commit
7e98eb8288
@ -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" ? (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user