A warning message is shown when the BBB server configured is the one that comes by default

This commit is contained in:
jfederico
2017-08-15 20:33:19 +00:00
parent 20830c0e72
commit 4590725c79
5 changed files with 20 additions and 3 deletions

View File

@ -18,6 +18,9 @@
<div class="center-block center-panel-size col-xs-12">
<div class="panel panel-default">
<div class="panel-body">
<% if bigbluebutton_endpoint_default? %>
<div class="panel-alert alert alert-danger"><%= t('warning_bigbluebutton_endpoint_default') %></div>
<% end %>
<h3 class="title-wrapper text-center">
<%= yield :title %>
</h3>