mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Give time its own column
This commit is contained in:
parent
300b8c0e7e
commit
d55b1b7980
1 changed files with 2 additions and 1 deletions
|
@ -18,10 +18,11 @@ class TabHistoryCompletionOption
|
|||
this.html = html`<tr class="TabHistoryCompletionOption option">
|
||||
<td class="prefix">${index}</td>
|
||||
<td class="container"></td>
|
||||
<td class="title">${tab.prefix}${tab.title} (${timeSpan})</td>
|
||||
<td class="title">${tab.prefix}${tab.title}</td>
|
||||
<td class="content">
|
||||
<a class="url" href="${tab.href}">${tab.href}</a>
|
||||
</td>
|
||||
<td class="time">${timeSpan}</td>
|
||||
</tr>`
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue