Introduce per-instance chart (#4183)

* Introduce per-instance chart

* Implement chart view in client

* Handle note deleting

* More chart srcs

* Add drive stats

* Improve drive stats

* Fix bug

* Add icon
This commit is contained in:
syuilo
2019-02-08 16:58:57 +09:00
committed by GitHub
parent f35688bab8
commit 56275bcfcb
17 changed files with 746 additions and 13 deletions

View File

@ -43,6 +43,16 @@ export interface IInstance {
*/
followersCount: number;
/**
* ドライブ使用量
*/
driveUsage: number;
/**
* ドライブのファイル数
*/
driveFiles: number;
/**
* 直近のリクエスト送信日時
*/