Display encode and transcript status (#23919)

* Have separate column for transcript and encode status
* Display error message sent from VEM

PROD-1432
This commit is contained in:
Zainab Amir
2020-05-12 16:12:07 +05:00
committed by GitHub
parent ce6c9383d9
commit 87a1c06d4b
11 changed files with 87 additions and 34 deletions

View File

@@ -87,7 +87,7 @@
@extend %t-strong;
}
.status-col {
.video-status {
text-transform: uppercase;
}

View File

@@ -27,6 +27,10 @@
cursor: pointer;
}
.message-error {
color: $red;
}
.video-transcripts-wrapper {
display: block;
@@ -486,7 +490,7 @@
}
.name-col {
width: 25%;
width: 23%;
}
.transcripts-col {
@@ -500,7 +504,7 @@
.date-col,
.status-col {
width: 10%;
width: 15%;
}
.actions-col {