New: Improved Indexer disabled popover

This commit is contained in:
Qstick
2023-02-26 21:18:25 -06:00
parent 0e82899958
commit 6482509a1d
12 changed files with 131 additions and 18 deletions
+2
View File
@@ -2,6 +2,8 @@ import ModelBase from 'App/ModelBase';
export interface IndexerStatus extends ModelBase {
disabledTill: Date;
initialFailure: Date;
mostRecentFailure: Date;
}
export interface IndexerCategory extends ModelBase {