Skip to content

Commit

Permalink
Merge pull request #836 from AI4Bharat/revert-835-exportVOTR
Browse files Browse the repository at this point in the history
Revert "add votr tab in task queue status"
  • Loading branch information
ishvindersethi22 authored Oct 18, 2024
2 parents 8584e3c + 3a6c547 commit ea882f2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
4 changes: 0 additions & 4 deletions src/config/tableColumns.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,6 @@ export const taskQueueStatusColumns = [
name: "video_duration",
label: "Video Duration",
},
{
name: "status",
label: "Status",
},
];

export const taskQueueStatusAdminColumns = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const QueueStatusTable = ({ queueType }) => {
item.submitter_name,
item.org_name,
item.video_duration,
item.status,
];
});
setTableData(result);
Expand Down
12 changes: 0 additions & 12 deletions src/containers/Organization/TaskQueueStatus/TaskQueueStatus.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ const TaskQueueStatus = () => {
label={"Voice-Over"}
className={classes.taskQueueStatusTabs}
/>
<Tab
label={"Translation Voice-Over"}
className={classes.taskQueueStatusTabs}
/>
<Tab
label={"All-Tasks"}
className={classes.taskQueueStatusTabs}
Expand Down Expand Up @@ -79,14 +75,6 @@ const TaskQueueStatus = () => {
value={value}
index={3}
style={{ textAlign: "center", maxWidth: "100%" }}
>
<QueueStatusTable queueType={"nmt_tts"} />
</TabPanel>

<TabPanel
value={value}
index={4}
style={{ textAlign: "center", maxWidth: "100%" }}
>
<QueueStatusTable queueType={"all_tasks"} />
</TabPanel>
Expand Down

0 comments on commit ea882f2

Please sign in to comment.