mirror of
https://github.com/idanoo/autobrr
synced 2025-07-26 02:09:13 +00:00
feat(releases): action status show filter and client (#338)
* feat(releases): action status show client and filter * feat(releases): add better tooltip
This commit is contained in:
parent
a1ce74761e
commit
31fbe013ff
8 changed files with 106 additions and 46 deletions
2
web/src/types/Release.d.ts
vendored
2
web/src/types/Release.d.ts
vendored
|
@ -17,6 +17,8 @@ interface ReleaseActionStatus {
|
|||
status: string;
|
||||
action: string;
|
||||
type: string;
|
||||
client: string;
|
||||
filter: string;
|
||||
rejections: string[];
|
||||
timestamp: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue