mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Fixed some minor admin bugs (#6335)
This commit is contained in:
parent
a541375f7f
commit
9d8f1f60cc
4 changed files with 14 additions and 6 deletions
|
@ -150,7 +150,7 @@ export const HomePage = () => {
|
|||
<tbody style={{overflow: 'auto'}}>
|
||||
{sortedInstalledPlugins.map((plugin, index) => {
|
||||
return <tr key={index}>
|
||||
<td>{plugin.name}</td>
|
||||
<td><a rel="noopener noreferrer" href={`https://npmjs.com/${plugin.name}`} target="_blank">{plugin.name}</a></td>
|
||||
<td>{plugin.version}</td>
|
||||
<td>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue