fix: improve plugins functionality with server management
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<main class="min-h-screen bg-background p-6 text-foreground">
|
||||
<a routerLink="/search" class="text-sm text-muted-foreground hover:text-foreground">Back</a>
|
||||
<a
|
||||
routerLink="/search"
|
||||
class="text-sm text-muted-foreground hover:text-foreground"
|
||||
>Back</a
|
||||
>
|
||||
@if (page(); as pageRecord) {
|
||||
<section class="mx-auto mt-6 max-w-5xl">
|
||||
<p class="text-xs uppercase tracking-[0.18em] text-muted-foreground">{{ pageRecord.pluginId }}</p>
|
||||
|
||||
Reference in New Issue
Block a user