mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Replace Job Step retry placeholders with values (#20376)
This commit is contained in:
@@ -403,7 +403,7 @@ export class JobStepDialog extends AgentDialog<JobStepData> {
|
|||||||
.withProps({
|
.withProps({
|
||||||
inputType: 'number',
|
inputType: 'number',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
placeHolder: '0'
|
value: '0'
|
||||||
})
|
})
|
||||||
.component();
|
.component();
|
||||||
this.retryIntervalBox = view.modelBuilder.inputBox()
|
this.retryIntervalBox = view.modelBuilder.inputBox()
|
||||||
@@ -411,7 +411,7 @@ export class JobStepDialog extends AgentDialog<JobStepData> {
|
|||||||
.withProps({
|
.withProps({
|
||||||
inputType: 'number',
|
inputType: 'number',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
placeHolder: '0'
|
value: '0'
|
||||||
}).component();
|
}).component();
|
||||||
|
|
||||||
let retryAttemptsContainer = view.modelBuilder.formContainer()
|
let retryAttemptsContainer = view.modelBuilder.formContainer()
|
||||||
|
|||||||
Reference in New Issue
Block a user