galaxy-opc-plugin 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/web/config-ui.ts +1 -1
package/package.json
CHANGED
package/src/web/config-ui.ts
CHANGED
|
@@ -4162,7 +4162,7 @@ export function registerConfigUi(api: OpenClawPluginApi, db: OpcDatabase, gatewa
|
|
|
4162
4162
|
}
|
|
4163
4163
|
|
|
4164
4164
|
// Serve HTML page for all other /opc/admin paths
|
|
4165
|
-
sendHtml(res, buildPageHtml(
|
|
4165
|
+
sendHtml(res, buildPageHtml(false));
|
|
4166
4166
|
return true;
|
|
4167
4167
|
} catch (err) {
|
|
4168
4168
|
res.writeHead(500, { "Content-Type": "application/json; charset=utf-8" });
|