This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 91edf2e  [OPENMEETINGS-2467] recent rooms widget is fixed
91edf2e is described below

commit 91edf2e0b0903db2ef1f85da7dc010a78bda1aad
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Thu Oct 1 08:43:32 2020 +0700

    [OPENMEETINGS-2467] recent rooms widget is fixed
---
 .../apache/openmeetings/web/user/dashboard/RecentRoomsWidgetView.html   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/dashboard/RecentRoomsWidgetView.html
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/dashboard/RecentRoomsWidgetView.html
index 20ef822..6f5b002 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/dashboard/RecentRoomsWidgetView.html
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/dashboard/RecentRoomsWidgetView.html
@@ -20,6 +20,6 @@
 <!DOCTYPE html>
 <html xmlns:wicket="http://wicket.apache.org";>
 <wicket:panel>
-       <div wicket:id="rooms"></div>
+       <div class="rooms-widget" wicket:id="rooms"></div>
 </wicket:panel>
 </html>

Reply via email to