Skip to content

Commit 0decf34

Browse files
Merge pull request #7120 from rabbitmq/mk-merge-marker-in-ejs-in-3.10.16
Remove a merge conflict marker specific to 3.10.x
2 parents 53b6dfe + 6c8e617 commit 0decf34

File tree

1 file changed

+0
-8
lines changed
  • deps/rabbitmq_management/priv/www/js/tmpl

1 file changed

+0
-8
lines changed

deps/rabbitmq_management/priv/www/js/tmpl/users.ejs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
<h1>Users</h1>
22
<div class="section">
3-
<<<<<<< HEAD
4-
<h2>All users</h2>
5-
<div class="hider">
6-
<%= filter_ui(users) %>
7-
<div class="updatable">
8-
<% if (users.length > 0) { %>
9-
=======
103
<%= paginate_ui(users, 'users') %>
114
</div>
125
<div class="updatable">
136
<% if (users.items.length > 0) { %>
14-
>>>>>>> b5551a4901 (Fix Users filtering in Management UI.)
157
<table class="list">
168
<thead>
179
<tr>

0 commit comments

Comments
 (0)