Skip to content

Commit

Permalink
Merge pull request #93 from zowe/staging
Browse files Browse the repository at this point in the history
Zowe Suite v1.5.0 RC1
  • Loading branch information
DNikolaevAtRocket authored Sep 17, 2019
2 parents b0b04b1 + 60b288c commit a19944c
Show file tree
Hide file tree
Showing 25 changed files with 748 additions and 341 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ SPDX-License-Identifier: EPL-2.0
Copyright Contributors to the Zowe Project.
# ZLUX Editor

This is a Monaco-powered editor of remote files and datasets that are accessible on a system with a Zowe instance, and this program is an App which lives within that Zowe instance.

**To request features or report bugs, please use the issues page at the [zlux repo](https://github.com/zowe/zlux/issues) with the editor or app tags**

## Install

There is an Angular module in "webClient" folder. Go to this folder and run ```npm install```.
Expand Down
1 change: 1 addition & 0 deletions node_modules/@zlux/file-explorer
Submodule file-explorer added at c89896
23 changes: 22 additions & 1 deletion pluginDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,26 @@
"width": 1200,
"height": 600
}
},
"configurationData": {
"resources": {

"ui": {

"aggregationPolicy": "override",

"subResources": {

"history": {

"aggregationPolicy": "override"

}

}

}

}
}
}
}
Loading

0 comments on commit a19944c

Please sign in to comment.