mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-12 10:19:43 +00:00
add popup, table & chart
This commit is contained in:
parent
e2b548a7c3
commit
a38e9070ef
3 changed files with 99 additions and 33 deletions
|
@ -166,7 +166,7 @@ const DataFetcher: React.FC = () => {
|
|||
{showChart ? "Hide Chart" : "Show Chart"}
|
||||
</button>
|
||||
</div>
|
||||
{showChart && <ApplicationChart data={filteredData} />}
|
||||
<ApplicationChart data={filteredData} />
|
||||
<div className="mb-4 flex justify-between items-center">
|
||||
<p className="text-lg font-bold">{filteredData.length} results found</p>
|
||||
<select value={itemsPerPage} onChange={handleItemsPerPageChange} className="p-2 border">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue