diff --git a/scripts/webui/data/generators/categories/webui_create_app_field_mappings.sh b/scripts/webui/data/generators/categories/webui_create_app_field_mappings.sh index c26e59c..87632b6 100755 --- a/scripts/webui/data/generators/categories/webui_create_app_field_mappings.sh +++ b/scripts/webui/data/generators/categories/webui_create_app_field_mappings.sh @@ -65,7 +65,6 @@ webuiCreateAppFieldMappings() { "category": "display", "label": "Category", "type": "text", - "tooltip": "The category this application belongs to", "readonly": true, "nonEditable": true, "displayInfo": true @@ -95,8 +94,7 @@ JSONEOF "PORT_${i}": { "category": "ports", "label": "Port ${i}", - "type": "text", - "tooltip": "Port ${i} for this application" + "type": "text" }, PORTEOF done @@ -107,7 +105,6 @@ PORTEOF "category": "network", "label": "Port Configuration", "type": "text", - "tooltip": "Port configuration for the application", "placeholder": "8080:80" }, "WHITELIST": { @@ -227,7 +224,6 @@ PORTEOF "category": "features", "label": "Theme", "type": "select", - "tooltip": "Visual theme for the application", "options": [ {"value": "light", "label": "Light"}, {"value": "dark", "label": "Dark"}, @@ -655,7 +651,6 @@ PORTEOF "category": "general", "label": "WireGuard Private Key", "type": "password", - "tooltip": "WireGuard private key", "hideByDefault": true }, "GLUETUN_WIREGUARD_ADDRESSES": {