mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-04 14:50:07 +00:00
feat: add script disable functionality with visual indicators (#9374)
This commit is contained in:
parent
4134f68fb4
commit
72a39012b6
8 changed files with 190 additions and 26 deletions
|
|
@ -14,6 +14,8 @@ export type Script = {
|
|||
logo: string | null;
|
||||
config_path: string;
|
||||
description: string;
|
||||
disable?: boolean;
|
||||
disable_description?: string;
|
||||
install_methods: {
|
||||
type: "default" | "alpine";
|
||||
script: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue