d8b010f7bd
The new dashboard currently gets stuck on loading and displays an error when it fails to get usage data. Failure happens on satelliteDb due to a cockroach transaction error caused by reading data before using AS OF SYSTEM TIME in the same transaction. This change reverses the order of daily usage queries to avoid this error. And hides the loaders on the dashboard if/when an error occurs. see: https://github.com/storj/storj/issues/5012 Change-Id: I06b6ee434f72242f9b7d21dec7aaf39d1d622f1e |
||
---|---|---|
.. | ||
api | ||
components | ||
router | ||
store | ||
types | ||
utils | ||
views | ||
App.vue | ||
main.ts |