diff --git a/webClient/package-lock.json b/webClient/package-lock.json index 60aa78bf..b357f842 100644 --- a/webClient/package-lock.json +++ b/webClient/package-lock.json @@ -972,7 +972,7 @@ "dev": true }, "@zlux/file-explorer": { - "version": "git+ssh://git@github.com/zowe/zlux-file-explorer.git#b7634f4671a5fd6e70e95859418bc887f59b6ac3", + "version": "git+ssh://git@github.com/zowe/zlux-file-explorer.git#feecf361e5a2a656495e15611cc9d75f41cafb71", "dev": true, "requires": { "@angular/animations": "6.0.9", diff --git a/webClient/src/app/editor/project-tree/project-tree.component.ts b/webClient/src/app/editor/project-tree/project-tree.component.ts index acf4c89c..7aafdabc 100644 --- a/webClient/src/app/editor/project-tree/project-tree.component.ts +++ b/webClient/src/app/editor/project-tree/project-tree.component.ts @@ -179,6 +179,11 @@ export class ProjectTreeComponent implements OnInit { // browser to use the original Editor one. This can be removed once Explorer datasets are used. let myElement = document.getElementsByClassName("file-explorer-container")[0]; myElement.setAttribute("style", "height: 75px;"); + // Uncomment the following code to test Dataset viewer of FE (Disables default Dataset viewer of Editor) + // this.fileExplorer.showDatasets(); + // this.showDatasets = false; + // let myElement = document.getElementsByClassName("file-explorer-container")[0]; + // myElement.setAttribute("style", "height: 100%;"); } onDeleteClick($event: any){ diff --git a/webClient/src/app/shared/dialog/delete-file/delete-file.component.html b/webClient/src/app/shared/dialog/delete-file/delete-file.component.html index 7e16bcce..97aaf51e 100644 --- a/webClient/src/app/shared/dialog/delete-file/delete-file.component.html +++ b/webClient/src/app/shared/dialog/delete-file/delete-file.component.html @@ -10,9 +10,9 @@ -->

Delete File

- Path & File Name (ex. /u/000/doc1): + Absolute File Path (ex. /u/000/doc1): -