Skip to content

Commit

Permalink
WebAdmin: make the description visible in IP lists page
Browse files Browse the repository at this point in the history
Fixes #1631

Signed-off-by: Nicola Murino <[email protected]>
  • Loading branch information
drakkan committed May 23, 2024
1 parent 9ba92d9 commit b823bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webadmin/iplists.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ <h3 data-i18n="ip_list.view_manage" class="card-title section-title">View and ma
},
{
data: "description",
visible: false,
visible: true,
render: function(data, type, row) {
if (type === 'display') {
return escapeHTML(data);
Expand Down

0 comments on commit b823bb0

Please sign in to comment.