mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-12 10:19:43 +00:00
fix breaking ui
This commit is contained in:
parent
a38e9070ef
commit
343de50ef8
3 changed files with 22 additions and 16 deletions
|
@ -159,12 +159,6 @@ const DataFetcher: React.FC = () => {
|
|||
/>
|
||||
<label className="text-sm text-gray-600 mt-1 block">Set a end date</label>
|
||||
</div>
|
||||
<button
|
||||
onClick={() => setShowChart((prev) => !prev)}
|
||||
className="p-2 bg-blue-500 text-white rounded"
|
||||
>
|
||||
{showChart ? "Hide Chart" : "Show Chart"}
|
||||
</button>
|
||||
</div>
|
||||
<ApplicationChart data={filteredData} />
|
||||
<div className="mb-4 flex justify-between items-center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue