mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 11:01:37 -05:00
This commit is contained in:
committed by
GitHub
parent
0ad791350a
commit
848c5f7b9a
@@ -217,9 +217,9 @@ export class DatabaseFileDialog extends DialogBase<DatabaseFile> {
|
|||||||
= this.inMegabytesAutogrowth.enabled
|
= this.inMegabytesAutogrowth.enabled
|
||||||
= this.autoFilegrowthInput.enabled
|
= this.autoFilegrowthInput.enabled
|
||||||
= this.limitedToMbFileSize.enabled
|
= this.limitedToMbFileSize.enabled
|
||||||
= this.limitedToMbFileSizeInput.enabled
|
|
||||||
= this.unlimitedFileSize.enabled
|
= this.unlimitedFileSize.enabled
|
||||||
= this.result.isAutoGrowthEnabled = checked;
|
= this.result.isAutoGrowthEnabled = checked;
|
||||||
|
this.limitedToMbFileSizeInput.enabled = checked && this.limitedToMbFileSize.checked;
|
||||||
}, true, true);
|
}, true, true);
|
||||||
|
|
||||||
// Autogrowth radio button and input section
|
// Autogrowth radio button and input section
|
||||||
|
|||||||
Reference in New Issue
Block a user