+
+ {
+ setProxyHost(e.target.value);
+ localStorage.setItem("resin.webui.proxy_host", e.target.value);
+ }}
+ style={{ maxWidth: 170, padding: "6px 10px", borderRadius: 8, fontSize: "0.85rem" }}
+ />
+ {
+ setProxyToken(e.target.value);
+ localStorage.setItem("resin.webui.proxy_token", e.target.value);
+ }}
+ style={{ maxWidth: 130, padding: "6px 10px", borderRadius: 8, fontSize: "0.85rem" }}
+ />
+