Fixed some minor admin bugs (#6335)

This commit is contained in:
SamTV12345 2024-04-16 19:48:34 +02:00 committed by GitHub
parent a541375f7f
commit 9d8f1f60cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 6 deletions

View file

@ -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>
{