Skip to content

Commit

Permalink
remove host naem since only address is supported (#2573)
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero authored Feb 7, 2023
1 parent 694b0b8 commit e3fe830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/workflows/envoy/src/remote-triage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const TriageIdentifier: React.FC<TriageChild> = ({ host = "" }) => {
return (
<>
<TextField
label="IP Address or Hostname"
label="IP Address"
placeholder="127.0.0.1"
onChange={e => resourceData.updateData("host", e.target.value)}
onReturn={onSubmit}
Expand Down

0 comments on commit e3fe830

Please sign in to comment.