Ensure the feed name is easily visible when looking at the feeds with errors list.

This commit is contained in:
wn_ 2023-12-23 16:59:29 +00:00
parent 9132360d46
commit e33b0297d5
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ const CommonDialogs = {
<table width='100%' id='error-feeds-list'> <table width='100%' id='error-feeds-list'>
${reply.map((row) => ` ${reply.map((row) => `
<tr data-row-id='${row.id}'> <tr data-row-id='${row.id}' style='vertical-align: top'>
<td class='checkbox'> <td class='checkbox'>
<input onclick='Tables.onRowChecked(this)' dojoType="dijit.form.CheckBox" <input onclick='Tables.onRowChecked(this)' dojoType="dijit.form.CheckBox"
type="checkbox"> type="checkbox">