This is an automated email from the ASF dual-hosted git repository. yasith pushed a commit to branch merge-portals in repository https://gitbox.apache.org/repos/asf/airavata-portals.git
commit 6fc12a616ac2387bf59a70f6a7c37ff655f04fe5 Merge: cc5fc4049 eaa98827c Author: Suresh Marru <[email protected]> AuthorDate: Sun Apr 12 00:21:12 2020 -0400 Merge pull request #5 from aarushiibisht/master Added first version of storage container .gitignore | 1 + README.md | 4 + airavata_mft/apps/workspace/package-lock.json | 10619 ++++++++++++++++++- airavata_mft/apps/workspace/package.json | 11 +- airavata_mft/apps/workspace/public/favicon.ico | Bin 4286 -> 0 bytes airavata_mft/apps/workspace/public/index.html | 17 - airavata_mft/apps/workspace/src/App.vue | 28 - airavata_mft/apps/workspace/src/assets/logo.png | Bin 6849 -> 0 bytes .../apps/workspace/src/components/HelloWorld.vue | 58 - airavata_mft/apps/workspace/src/main.js | 8 - .../js/containers/Storage.vue | 54 + .../js/containers/StorageUnitListContainer.vue | 0 .../js/entry-view-storage.js | 33 + airavata_mft/apps/workspace/templates/storage.html | 12 +- airavata_mft/apps/workspace/views.py | 11 +- airavata_mft/apps/workspace/vue.config.js | 45 + airavata_mft/settings.py | 33 +- airavata_mft/static/common/.gitignore | 21 + airavata_mft/static/common/README.md | 24 + airavata_mft/static/common/babel.config.js | 5 + airavata_mft/static/common/js/main.js | 10 + airavata_mft/static/common/main.js | 17 + .../workspace => static/common}/package-lock.json | 203 +- .../{apps/workspace => static/common}/package.json | 15 +- airavata_mft/static/common/vue.config.js | 17 + airavata_mft/templates/base.html | 103 +- build_js.sh | 7 + requirements.txt | 1 + 28 files changed, 10948 insertions(+), 409 deletions(-)
