Skip to content

Commit

Permalink
Merge pull request #17921 from jeclrsg/hpcc-30356-remote-copy-k8s
Browse files Browse the repository at this point in the history
HPCC-30356 ECL Watch remote copy dialog do not require dali param

Reviewed-by: Gordon Smith <[email protected]>
Reviewed-by: Jake Smith <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Oct 24, 2023
2 parents d671c72 + 237a33f commit 56595d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion esp/src/eclwatch/templates/DFUQueryWidget.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div data-dojo-type="dijit.Fieldset">
<legend>${i18n.Source}</legend>
<div data-dojo-type="hpcc.TableContainer">
<input name="sourceDali" title="${i18n.Dali}:" style="width:100%" required="true" data-dojo-props="trim: true" data-dojo-type="dijit.form.ValidationTextBox" />
<input name="sourceDali" title="${i18n.Dali}:" style="width:100%" data-dojo-props="trim: true" data-dojo-type="dijit.form.ValidationTextBox" />
<input name="srcusername" title="${i18n.UserID}:" style="width:100%" data-dojo-props="trim: true" data-dojo-type="dijit.form.ValidationTextBox" />
<input name="srcpassword" title="${i18n.Password}:" style="width:100%" type="password" data-dojo-props="trim: true" data-dojo-type="dijit.form.ValidationTextBox" />
<input name="sourceLogicalName" title="${i18n.LogicalName}:" style="width:100%" required="true" data-dojo-props="trim: true" data-dojo-type="dijit.form.ValidationTextBox" />
Expand Down
5 changes: 0 additions & 5 deletions esp/src/src-react/components/forms/RemoteCopy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,9 @@ export const RemoteCopy: React.FunctionComponent<RemoteCopyProps> = ({
}) => <TextField
key={fieldName}
label={nlsHPCC.Dali}
required={true}
value={value}
onChange={onChange}
errorMessage={error && error.message}
/>}
rules={{
required: nlsHPCC.ValidationErrorRequired
}}
/>
<Controller
control={control} name="srcusername"
Expand Down

0 comments on commit 56595d5

Please sign in to comment.