You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2020/04/09 23:33:22 UTC

[airavata-mft-portal] 09/09: Merge pull request #2 from aarushiibisht/master

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft-portal.git

commit 85d09aa6b0ec88be451e2eb8a7ed227211939f10
Merge: 30f8f1b eab06ed
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Thu Apr 9 19:33:03 2020 -0400

    Merge pull request #2 from aarushiibisht/master
    
    Initialized vue js app for storage units UI

 README.md                                          |     2 +-
 .../migrations => airavata_mft/apps}/__init__.py   |     0
 airavata_mft/apps/workspace/.gitignore             |    21 +
 airavata_mft/apps/workspace/README.md              |    24 +
 .../apps/workspace}/__init__.py                    |     0
 .../apps/workspace}/admin.py                       |     0
 airavata_mft/apps/workspace/apps.py                |     5 +
 airavata_mft/apps/workspace/babel.config.js        |     5 +
 .../apps/workspace/migrations}/__init__.py         |     0
 .../apps/workspace}/models.py                      |     0
 airavata_mft/apps/workspace/package-lock.json      | 11890 +++++++++++++++++++
 airavata_mft/apps/workspace/package.json           |    42 +
 airavata_mft/apps/workspace/public/favicon.ico     |   Bin 0 -> 4286 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 0 -> 6849 bytes
 .../apps/workspace/src/components/HelloWorld.vue   |    58 +
 airavata_mft/apps/workspace/src/main.js            |     8 +
 .../js/containers/StorageUnitListContainer.vue     |     0
 .../js/entry-view-storage.js                       |     0
 .../templates/airavata_mft_workspace/storage.html  |     4 +
 .../apps/workspace}/tests.py                       |     0
 .../apps/workspace}/urls.py                        |     5 +-
 airavata_mft/apps/workspace/views.py               |     7 +
 airavata_mft/settings.py                           |     4 +-
 airavata_mft/templates/base.html                   |    94 +-
 airavata_mft/urls.py                               |     2 +-
 apps/mft_agents/apps.py                            |     5 -
 .../templates/mft_agents/agents_list.html          |    15 -
 apps/mft_agents/views.py                           |    21 -
 30 files changed, 12126 insertions(+), 131 deletions(-)