Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing partition size #1182

Open
irulvam opened this issue May 17, 2024 · 0 comments
Open

missing partition size #1182

irulvam opened this issue May 17, 2024 · 0 comments

Comments

@irulvam
Copy link

irulvam commented May 17, 2024

I need the partition size status to know the current capacity, so that my client can see if the disk is running out and can contact me to increase the disk

<?php echo lng('PartitionSize').': <span class="badge text-bg-light border-radius-0">'.fm_get_filesize(@disk_free_space($path)) .'</span> '.lng('FreeOf').' <span class="badge text-bg-light border-radius-0">'.fm_get_filesize(@disk_total_space($path)).'</span>'; ?>

Can you make an option to display the partition size?

Screenshot 2024-05-17 202857

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant