locust-ui 2.37.8 → 2.37.9
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/lib/webui.js +1 -0
- package/package.json +1 -1
package/lib/webui.js
CHANGED
|
@@ -15570,6 +15570,7 @@ function x9({
|
|
|
15570
15570
|
{
|
|
15571
15571
|
defaultValue: n,
|
|
15572
15572
|
label: `Host ${u ? "(setting this will override the host for the User classes)" : ""}`,
|
|
15573
|
+
name: "host",
|
|
15573
15574
|
required: _,
|
|
15574
15575
|
...P
|
|
15575
15576
|
}
|