locust-ui 2.37.13-next-16214943753 → 2.37.13-next-16215175013
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 -1
- package/package.json +1 -1
package/lib/webui.js
CHANGED
|
@@ -15616,7 +15616,7 @@ function x9({
|
|
|
15616
15616
|
!!i && !YL(i) && /* @__PURE__ */ O.jsx(sW, { extraOptions: i }),
|
|
15617
15617
|
g && !T && /* @__PURE__ */ O.jsx(cg, { severity: g.level || "info", children: g.message }),
|
|
15618
15618
|
(T || P) && /* @__PURE__ */ O.jsx(cg, { severity: "error", children: T || P }),
|
|
15619
|
-
!_ && c && /* @__PURE__ */ O.jsx(cg, { severity: "info", children: "One or more
|
|
15619
|
+
!_ && c && /* @__PURE__ */ O.jsx(cg, { severity: "info", children: "One or more User class in your locustfile has no host attribute set. Please provide one in the field above." }),
|
|
15620
15620
|
/* @__PURE__ */ O.jsx(qa, { disabled: k, size: "large", type: "submit", variant: "contained", children: m ? "Update" : "Start" })
|
|
15621
15621
|
]
|
|
15622
15622
|
}
|