From 56275bcfcbd1366b0e96b79915e810baed0548bb Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 8 Feb 2019 16:58:57 +0900 Subject: 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 --- src/models/instance.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/models/instance.ts') diff --git a/src/models/instance.ts b/src/models/instance.ts index 242e80f300..985564f8de 100644 --- a/src/models/instance.ts +++ b/src/models/instance.ts @@ -43,6 +43,16 @@ export interface IInstance { */ followersCount: number; + /** + * ドライブ使用量 + */ + driveUsage: number; + + /** + * ドライブのファイル数 + */ + driveFiles: number; + /** * 直近のリクエスト送信日時 */ -- cgit v1.2.3-freya