mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 14:28:34 +08:00
14 lines
334 B
JavaScript
14 lines
334 B
JavaScript
export default {
|
|
"/admin/dashboard-next.json": {
|
|
"reports": [],
|
|
"last_backup_taken_at": "2018-04-13T12:51:19.926Z",
|
|
"updated_at": "2018-04-25T08:06:11.292Z",
|
|
"disk_space": {
|
|
"uploads_used": "74.5 KB",
|
|
"uploads_free": "117 GB",
|
|
"backups_used": "4.24 GB",
|
|
"backups_free": "117 GB"
|
|
}
|
|
}
|
|
};
|