|
@@ -346,7 +346,7 @@ export const GroupsEditorViewer = (props: Props) => {
|
|
<Item>
|
|
<Item>
|
|
<ListItemText primary={t("Group Name")} />
|
|
<ListItemText primary={t("Group Name")} />
|
|
<TextField
|
|
<TextField
|
|
- autoComplete="off"
|
|
|
|
|
|
+ autoComplete="new-password"
|
|
size="small"
|
|
size="small"
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
{...field}
|
|
{...field}
|
|
@@ -363,7 +363,7 @@ export const GroupsEditorViewer = (props: Props) => {
|
|
<Item>
|
|
<Item>
|
|
<ListItemText primary={t("Icon")} />
|
|
<ListItemText primary={t("Icon")} />
|
|
<TextField
|
|
<TextField
|
|
- autoComplete="off"
|
|
|
|
|
|
+ autoComplete="new-password"
|
|
size="small"
|
|
size="small"
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
{...field}
|
|
{...field}
|
|
@@ -417,7 +417,7 @@ export const GroupsEditorViewer = (props: Props) => {
|
|
<Item>
|
|
<Item>
|
|
<ListItemText primary={t("Health Check Url")} />
|
|
<ListItemText primary={t("Health Check Url")} />
|
|
<TextField
|
|
<TextField
|
|
- autoComplete="off"
|
|
|
|
|
|
+ autoComplete="new-password"
|
|
size="small"
|
|
size="small"
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
{...field}
|
|
{...field}
|
|
@@ -432,7 +432,7 @@ export const GroupsEditorViewer = (props: Props) => {
|
|
<Item>
|
|
<Item>
|
|
<ListItemText primary={t("Interval")} />
|
|
<ListItemText primary={t("Interval")} />
|
|
<TextField
|
|
<TextField
|
|
- autoComplete="off"
|
|
|
|
|
|
+ autoComplete="new-password"
|
|
type="number"
|
|
type="number"
|
|
size="small"
|
|
size="small"
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
@@ -450,7 +450,7 @@ export const GroupsEditorViewer = (props: Props) => {
|
|
<Item>
|
|
<Item>
|
|
<ListItemText primary={t("Timeout")} />
|
|
<ListItemText primary={t("Timeout")} />
|
|
<TextField
|
|
<TextField
|
|
- autoComplete="off"
|
|
|
|
|
|
+ autoComplete="new-password"
|
|
type="number"
|
|
type="number"
|
|
size="small"
|
|
size="small"
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
@@ -468,7 +468,7 @@ export const GroupsEditorViewer = (props: Props) => {
|
|
<Item>
|
|
<Item>
|
|
<ListItemText primary={t("Max Failed Times")} />
|
|
<ListItemText primary={t("Max Failed Times")} />
|
|
<TextField
|
|
<TextField
|
|
- autoComplete="off"
|
|
|
|
|
|
+ autoComplete="new-password"
|
|
type="number"
|
|
type="number"
|
|
size="small"
|
|
size="small"
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
@@ -486,7 +486,7 @@ export const GroupsEditorViewer = (props: Props) => {
|
|
<Item>
|
|
<Item>
|
|
<ListItemText primary={t("Interface Name")} />
|
|
<ListItemText primary={t("Interface Name")} />
|
|
<TextField
|
|
<TextField
|
|
- autoComplete="off"
|
|
|
|
|
|
+ autoComplete="new-password"
|
|
size="small"
|
|
size="small"
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
{...field}
|
|
{...field}
|
|
@@ -501,7 +501,7 @@ export const GroupsEditorViewer = (props: Props) => {
|
|
<Item>
|
|
<Item>
|
|
<ListItemText primary={t("Routing Mark")} />
|
|
<ListItemText primary={t("Routing Mark")} />
|
|
<TextField
|
|
<TextField
|
|
- autoComplete="off"
|
|
|
|
|
|
+ autoComplete="new-password"
|
|
type="number"
|
|
type="number"
|
|
size="small"
|
|
size="small"
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
@@ -519,7 +519,7 @@ export const GroupsEditorViewer = (props: Props) => {
|
|
<Item>
|
|
<Item>
|
|
<ListItemText primary={t("Filter")} />
|
|
<ListItemText primary={t("Filter")} />
|
|
<TextField
|
|
<TextField
|
|
- autoComplete="off"
|
|
|
|
|
|
+ autoComplete="new-password"
|
|
size="small"
|
|
size="small"
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
{...field}
|
|
{...field}
|
|
@@ -534,7 +534,7 @@ export const GroupsEditorViewer = (props: Props) => {
|
|
<Item>
|
|
<Item>
|
|
<ListItemText primary={t("Exclude Filter")} />
|
|
<ListItemText primary={t("Exclude Filter")} />
|
|
<TextField
|
|
<TextField
|
|
- autoComplete="off"
|
|
|
|
|
|
+ autoComplete="new-password"
|
|
size="small"
|
|
size="small"
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
{...field}
|
|
{...field}
|
|
@@ -595,7 +595,7 @@ export const GroupsEditorViewer = (props: Props) => {
|
|
<Item>
|
|
<Item>
|
|
<ListItemText primary={t("Expected Status")} />
|
|
<ListItemText primary={t("Expected Status")} />
|
|
<TextField
|
|
<TextField
|
|
- autoComplete="off"
|
|
|
|
|
|
+ autoComplete="new-password"
|
|
size="small"
|
|
size="small"
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
sx={{ width: "calc(100% - 150px)" }}
|
|
onChange={(e) => {
|
|
onChange={(e) => {
|