From 619015e68f00493c5be7a937d75141b665ca790a Mon Sep 17 00:00:00 2001 From: tremor021 Date: Wed, 7 Jan 2026 20:36:02 +0100 Subject: [PATCH] finish GWN Manager script --- ct/gwn-manager.sh | 2 +- frontend/public/json/gwn-manager.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ct/gwn-manager.sh b/ct/gwn-manager.sh index 03c9a086d..3c63e2c68 100644 --- a/ct/gwn-manager.sh +++ b/ct/gwn-manager.sh @@ -28,7 +28,7 @@ function update_script() { exit fi - msg_info "Application is updated via the web interface!" + msg_ok "Application is updated via the web interface!" exit } diff --git a/frontend/public/json/gwn-manager.json b/frontend/public/json/gwn-manager.json index 83d86b9ba..39f0f53ae 100644 --- a/frontend/public/json/gwn-manager.json +++ b/frontend/public/json/gwn-manager.json @@ -12,8 +12,8 @@ "documentation": "https://documentation.grandstream.com/article-categories/gwn-mgmt/", "website": "https://www.grandstream.com/products/networking-solutions/wi-fi-management/product/gwn-manager", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/gwn-manager.webp", - "config_path": "", - "description": "GWN Manager is a web-based management interface for GrandStream GWN series devices.", + "config_path": "/gwn/conf/gwn.conf", + "description": "GWN Manager is a free on-premise enterprise-grade, management platform for Grandstream GWN series devices. Typically deployed on a customer’s private network, this flexible, scalable solution offers simplified configuration and management.", "install_methods": [ { "type": "default", @@ -33,8 +33,8 @@ }, "notes": [ { - "text": "Gentoo compiles packages from source. Initial setup may take time.", - "type": "warning" + "text": "Installation package is pulled from GrandStream website. Installation may take a while.", + "type": "info" } ] }