Agent - UI changes (#1859)

* fixed regressions, added separator

* finished operator dialog UI
This commit is contained in:
Aditya Bist
2018-07-05 20:31:54 -07:00
committed by Karl Burtram
parent c504113d13
commit 6f9a27ecc7
8 changed files with 254 additions and 44 deletions

View File

@@ -368,7 +368,7 @@ export class JobStepDialog {
this.fileBrowserDialog.content = [fileBrowserTab];
fileBrowserTab.registerContent(async (view) => {
this.fileBrowserTree = view.modelBuilder.fileBrowserTree()
.withProperties({ ownerUri: this.ownerUri })
.withProperties({ ownerUri: this.ownerUri, width: 420, height: 700 })
.component();
this.selectedPathTextBox = view.modelBuilder.inputBox()
.withProperties({ inputType: 'text'})