ux: rename Ignore → Keep on not-found members
This commit is contained in:
parent
3e93fee954
commit
be7308cd88
|
|
@ -470,7 +470,7 @@
|
|||
+ (p.title ? '<div class="text-xs truncate text-amber-400">' + escHtml(p.title) + '</div>' : '')
|
||||
+ '</div>'
|
||||
+ '<span class="text-xs text-amber-400 shrink-0 mx-2">Not on site</span>'
|
||||
+ '<button onclick="ignoreInactive(' + i + ')" class="shrink-0 px-2 py-1 rounded text-xs transition hover:opacity-80 mr-1" style="background:var(--ds-hv);color:var(--ds-tx2)">Ignore</button>'
|
||||
+ '<button onclick="ignoreInactive(' + i + ')" class="shrink-0 px-2 py-1 rounded text-xs transition hover:opacity-80 mr-1" style="background:var(--ds-hv);color:var(--ds-tx2)">Keep</button>'
|
||||
+ '<button onclick="confirmRemoveInactive(' + i + ')" class="shrink-0 px-2 py-1 rounded text-xs transition hover:opacity-80" style="background:rgba(239,68,68,0.1);color:#ef4444;border:1px solid rgba(239,68,68,0.2)">Remove</button>'
|
||||
+ '</div>';
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue