This is an automated email from the ASF dual-hosted git repository.
aarushi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft-portal.git.
from 6fc12a6 Merge pull request #5 from aarushiibisht/master
new a421c54 added basic version of dialog box and resources UI
new ef48276 fixed the routing issue
new 1a08e48 fixed css issues
new b89a6b6 added grid view buttons
new 16099a3 Resources page and CSS improvements
new 461df4e code refactoring
new fee22c0 Merge pull request #7 from aarushiibisht/master
The 23 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../js/containers/Storage.vue | 121 ++++++++++++++---
.../js/containers/StorageResources.vue | 70 ++++++++++
.../js/entry-view-resources.js | 34 +++++
.../js/entry-view-storage.js | 10 +-
.../{storage.html => container-header.html} | 9 +-
.../apps/workspace/templates/resources.html | 6 +
airavata_mft/apps/workspace/templates/storage.html | 11 +-
airavata_mft/apps/workspace/urls.py | 5 +-
airavata_mft/apps/workspace/views.py | 20 ++-
airavata_mft/apps/workspace/vue.config.js | 5 +-
airavata_mft/static/base.css | 1 -
airavata_mft/static/common/vue.config.js | 2 +-
airavata_mft/static/images/airavata-logo.png | Bin 0 -> 5510 bytes
airavata_mft/templates/base.html | 150 ++++++++++++++++++++-
airavata_mft/urls.py | 7 +-
15 files changed, 396 insertions(+), 55 deletions(-)
create mode 100644
airavata_mft/apps/workspace/static/airavata_mft_workspace/js/containers/StorageResources.vue
create mode 100644
airavata_mft/apps/workspace/static/airavata_mft_workspace/js/entry-view-resources.js
copy airavata_mft/apps/workspace/templates/{storage.html =>
container-header.html} (61%)
create mode 100644 airavata_mft/apps/workspace/templates/resources.html
create mode 100644 airavata_mft/static/images/airavata-logo.png