forked from External/greenlight
add visibility column to recordings
This commit is contained in:
@ -39,6 +39,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
<th><%= t('meeting') %></th>
|
||||
<th><%= t('thumbnails') %></th>
|
||||
<th><%= t('duration') %></th>
|
||||
<th><%= t('visibility') %></th>
|
||||
<th><%= t('watch') %></th>
|
||||
<th>published</th>
|
||||
<th><%= t('actions') %></th>
|
||||
@ -59,13 +60,13 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
</div>
|
||||
<div class="recording-visibility-popover">
|
||||
<button type="button" class="btn btn-default btn-success recording-update" data-visibility="published">
|
||||
<%= t('published') %>
|
||||
<%= t('client.published') %>
|
||||
</button>
|
||||
<button type="button" class="btn btn-default btn-warning recording-update" data-visibility="unlisted">
|
||||
<%= t('unlisted') %>
|
||||
<%= t('client.unlisted') %>
|
||||
</button>
|
||||
<button type="button" class="btn btn-default btn-danger recording-update" data-visibility="unpublished">
|
||||
<%= t('unpublished') %>
|
||||
<%= t('client.unpublished') %>
|
||||
</button>
|
||||
</div>
|
||||
<div class="alert-template">
|
||||
|
Reference in New Issue
Block a user