chore: add icon to Parameter Lab

This commit is contained in:
rookiestar28
2026-03-08 19:52:51 +08:00
parent 5c0a65b869
commit 6d89b42021
+2 -1
View File
@@ -11,7 +11,8 @@ import { openclawUI } from "../openclaw_ui.js";
*/
export const ParameterLabTab = {
id: "parameter-lab",
icon: "\uD83E\uDDEA", // Test Tube
// IMPORTANT: TabManager expects a CSS icon class; using emoji text here hides the tab icon.
icon: "pi pi-sliders-h",
title: "Parameter Lab",
tooltip: "Run experiments with parameter sweeps",