forked from External/greenlight
update recording text and orderable columns
This commit is contained in:
parent
ae9e52f077
commit
f545daca26
|
@ -29,13 +29,13 @@ class @Recordings
|
|||
info: false,
|
||||
order: [[ 0, "desc" ]],
|
||||
language: {
|
||||
emptyTable: '<h3>'+I18n.no_recordings+'</h3>',
|
||||
emptyTable: '<h3>'+I18n.no_recordings_yet+'</h3>',
|
||||
zeroRecords: '<h3>'+I18n.no_recordings+'</h3>'
|
||||
},
|
||||
columns: [
|
||||
{ data: "start_time" },
|
||||
{ data: "previews", orderable: false },
|
||||
{ data: "duration" },
|
||||
{ data: "duration", orderable: false },
|
||||
{ data: "playbacks", orderable: false },
|
||||
{ data: "published", visible: false },
|
||||
{ data: "id", orderable: false }
|
||||
|
|
|
@ -44,6 +44,7 @@ en-US:
|
|||
meeting_ended: Meeting was ended
|
||||
meeting_started: Meeting was started
|
||||
no_recordings: No Recordings
|
||||
no_recordings_yet: No Recordings (Yet!)
|
||||
publish_recording: Publish recording
|
||||
recording_deleted: Recording was deleted
|
||||
recording_published: Recording was published
|
||||
|
|
Loading…
Reference in New Issue