add recording name to table

This commit is contained in:
Zachary Chai
2017-01-31 16:19:09 -05:00
parent 43e58e402e
commit 2c2590cf18
3 changed files with 5 additions and 2 deletions

View File

@ -36,6 +36,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<table id="recordings" class="table" width="100%">
<thead>
<th><%= t('date_recorded') %></th>
<th><%= t('name') %></th>
<th><%= t('thumbnails') %></th>
<th><%= t('duration') %></th>
<th><%= t('views') %></th>