mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-16 02:10:59 +01:00
Ensure the feed name is easily visible when looking at the feeds with errors list.
This commit is contained in:
parent
9132360d46
commit
e33b0297d5
@ -268,7 +268,7 @@ const CommonDialogs = {
|
||||
<table width='100%' id='error-feeds-list'>
|
||||
|
||||
${reply.map((row) => `
|
||||
<tr data-row-id='${row.id}'>
|
||||
<tr data-row-id='${row.id}' style='vertical-align: top'>
|
||||
<td class='checkbox'>
|
||||
<input onclick='Tables.onRowChecked(this)' dojoType="dijit.form.CheckBox"
|
||||
type="checkbox">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user