mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
dashboard: certificates: add missing _blank target
This commit is contained in:
parent
698d6c76c1
commit
166ee7342c
@ -92,7 +92,8 @@ export default class Certificates extends BaseTableWidget {
|
||||
: `${this.translations.expiresin} ${remainingDays} ${this.translations.days}, ${validTo.toLocaleString()}`;
|
||||
|
||||
const descrContent = (type === 'cert' || type === 'ca')
|
||||
? `<a href="/ui/trust/${type === 'cert' ? 'cert' : 'ca'}#edit=${encodeURIComponent(item.uuid)}" class="${type}-link">${item.descr}</a>`
|
||||
? `<a href="/ui/trust/${type === 'cert' ? 'cert' : 'ca'}#edit=${encodeURIComponent(item.uuid)}"
|
||||
class="${type}-link" target="_blank" rel="noopener noreferrer">${item.descr}</a>`
|
||||
: `<b>${item.descr}</b>`;
|
||||
|
||||
const row = `
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user