RaythaHQ / raytha

Raytha is a powerful CMS with an easy-to-use interface and fast performance. It offers custom content types, a template engine, and various access controls. It supports multiple storage providers and an automatically generated REST API. Upgrade your development workflow with Raytha.
MIT License
154 stars 30 forks source link

Update dashboard db size stats to pull from `reserved` #131

Closed apexdodge closed 1 year ago

apexdodge commented 1 year ago

Currently, the dashboard database size stats are showing the database_size column, but we should change this to the reserved column as shown here:

image

The reserved column aligns with Azure's reading of the database size which is what actually matters when it comes to managing resources.