fixing logs on multiple rooms
This commit is contained in:
@@ -110,9 +110,9 @@
|
||||
<p class="text-muted mb-0" id="deleteFileName{{ room.id }}">{{ room.name }}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="alert alert-info">
|
||||
<i class="fas fa-info-circle me-2"></i>
|
||||
This item will be moved to trash. You can restore it from the trash page within 30 days.
|
||||
<div class="alert alert-warning">
|
||||
<i class="fas fa-exclamation-triangle text-warning"></i>
|
||||
This Room will be permanently deleted. This action cannot be undone. Are you sure you want to proceed?
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
||||
@@ -23,10 +23,6 @@
|
||||
<option value="room_delete">Room Delete</option>
|
||||
<option value="room_update">Room Update</option>
|
||||
<option value="room_open">Room Open</option>
|
||||
<option value="room_list_view">Room List View</option>
|
||||
<option value="room_search">Room Search</option>
|
||||
<option value="room_join">Room Join</option>
|
||||
<option value="room_leave">Room Leave</option>
|
||||
<option value="room_member_permissions_update">Room Member Permissions Update</option>
|
||||
<option value="conversation_create">Conversation Create</option>
|
||||
<option value="conversation_delete">Conversation Delete</option>
|
||||
@@ -100,14 +96,6 @@
|
||||
<span class="badge bg-primary">Room Update</span>
|
||||
{% elif event.event_type == 'room_open' %}
|
||||
<span class="badge bg-info">Room Open</span>
|
||||
{% elif event.event_type == 'room_list_view' %}
|
||||
<span class="badge bg-secondary">Room List View</span>
|
||||
{% elif event.event_type == 'room_search' %}
|
||||
<span class="badge bg-info">Room Search</span>
|
||||
{% elif event.event_type == 'room_join' %}
|
||||
<span class="badge bg-info">Room Join</span>
|
||||
{% elif event.event_type == 'room_leave' %}
|
||||
<span class="badge bg-secondary">Room Leave</span>
|
||||
{% elif event.event_type == 'room_member_permissions_update' %}
|
||||
<span class="badge bg-primary">Room Member Permissions Update</span>
|
||||
{% elif event.event_type == 'conversation_create' %}
|
||||
|
||||
Reference in New Issue
Block a user