1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

add display of logs matching any state

This commit is contained in:
Rigel Kent 2020-12-13 19:27:25 +01:00
parent 7aebd32f83
commit 040d6896a3
No known key found for this signature in database
GPG key ID: 5E53E96A494E452F
8 changed files with 113 additions and 26 deletions

View file

@ -15,6 +15,7 @@ function isValidJobType (value: any) {
// ---------------------------------------------------------------------------
export {
jobStates,
isValidJobState,
isValidJobType
}