Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
c2933d92
Commit
c2933d92
authored
Mar 21, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i18n Inst Dash pending tasks table
LMS-2357
parent
7cf09360
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
9 deletions
+36
-9
lms/static/coffee/src/instructor_dashboard/util.coffee
+36
-9
No files found.
lms/static/coffee/src/instructor_dashboard/util.coffee
View file @
c2933d92
...
@@ -42,47 +42,74 @@ create_task_list_table = ($table_tasks, tasks_data) ->
...
@@ -42,47 +42,74 @@ create_task_list_table = ($table_tasks, tasks_data) ->
columns
=
[
columns
=
[
id
:
'task_type'
id
:
'task_type'
field
:
'task_type'
field
:
'task_type'
name
:
'Task Type'
###
Translators: a "Task" is a background process such as grading students or sending email
###
name
:
gettext
(
'Task Type'
)
minWidth
:
102
minWidth
:
102
,
,
id
:
'task_input'
id
:
'task_input'
field
:
'task_input'
field
:
'task_input'
name
:
'Task inputs'
###
Translators: a "Task" is a background process such as grading students or sending email
###
name
:
gettext
(
'Task inputs'
)
minWidth
:
150
minWidth
:
150
,
,
id
:
'task_id'
id
:
'task_id'
field
:
'task_id'
field
:
'task_id'
name
:
'Task ID'
###
Translators: a "Task" is a background process such as grading students or sending email
###
name
:
gettext
(
'Task ID'
)
minWidth
:
150
minWidth
:
150
,
,
id
:
'requester'
id
:
'requester'
field
:
'requester'
field
:
'requester'
name
:
'Requester'
###
Translators: a "Requester" is a username that requested a task such as sending email
###
name
:
gettext
(
'Requester'
)
minWidth
:
80
minWidth
:
80
,
,
id
:
'created'
id
:
'created'
field
:
'created'
field
:
'created'
name
:
'Submitted'
###
Translators: A timestamp of when a task (eg, sending email) was submitted appears after this
###
name
:
gettext
(
'Submitted'
)
minWidth
:
120
minWidth
:
120
,
,
id
:
'duration_sec'
id
:
'duration_sec'
field
:
'duration_sec'
field
:
'duration_sec'
name
:
'Duration (sec)'
###
Translators: The length of a task (eg, sending email) in seconds appears this
###
name
:
gettext
(
'Duration (sec)'
)
minWidth
:
80
minWidth
:
80
,
,
id
:
'task_state'
id
:
'task_state'
field
:
'task_state'
field
:
'task_state'
name
:
'State'
###
Translators: The state (eg, "In progress") of a task (eg, sending email) appears after this.
###
name
:
gettext
(
'State'
)
minWidth
:
80
minWidth
:
80
,
,
id
:
'status'
id
:
'status'
field
:
'status'
field
:
'status'
name
:
'Task Status'
###
Translators: a "Task" is a background process such as grading students or sending email
###
name
:
gettext
(
'Task Status'
)
minWidth
:
80
minWidth
:
80
,
,
id
:
'task_message'
id
:
'task_message'
field
:
'task_message'
field
:
'task_message'
name
:
'Task Progress'
###
Translators: a "Task" is a background process such as grading students or sending email
###
name
:
gettext
(
'Task Progress'
)
minWidth
:
120
minWidth
:
120
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment