Fix: ungenutzte stats-Variable entfernt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -341,7 +341,6 @@ export default function DatasetsPage() {
|
||||
</div>
|
||||
|
||||
{getTopLevelDatasets().map((pool) => {
|
||||
const stats = getPoolStats(pool.name)
|
||||
const poolInfo = pools.find((p) => p.name === pool.name)
|
||||
const currentPoolTab = poolTabs.get(pool.name) || "filesystems"
|
||||
const childDatasets = getChildDatasets(pool.name)
|
||||
|
||||
Reference in New Issue
Block a user