forked from forkanization/Proxmox-arm64
fix errors
This commit is contained in:
@@ -120,7 +120,8 @@ export default function ScriptAccordion({
|
||||
className="mr-1 w-4 h-4 rounded-full"
|
||||
/>
|
||||
<span className="flex items-center gap-2">
|
||||
{script.status} {script.name}
|
||||
{script.status}
|
||||
{script.name}
|
||||
</span>
|
||||
</div>
|
||||
{formattedBadge(script.type)}
|
||||
|
||||
@@ -9,7 +9,6 @@ import {
|
||||
DropdownMenuTrigger,
|
||||
} from "@/components/ui/dropdown-menu";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { basePath } from "@/config/site-config";
|
||||
|
||||
function generateInstallSourceUrl(slug: string) {
|
||||
const baseUrl = `https://raw.githubusercontent.com/asylumexp/Proxmox/main`;
|
||||
|
||||
Reference in New Issue
Block a user