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:20 UTC

[airavata-mft-portal] 07/09: added templates and javascript for storage unit UI

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 80a517a89483c3f167d1542831ea54d3856d4341
Author: Aarushi Bisht <aa...@gmail.com>
AuthorDate: Thu Apr 9 17:18:02 2020 -0400

    added templates and javascript for storage unit UI
---
 .../airavata_mft_workspace/js/containers/StorageUnitListContainer.vue   | 0
 .../workspace/static/airavata_mft_workspace/js/entry-view-storage.js    | 0
 .../apps/workspace/templates/{ => airavata_mft_workspace}/storage.html  | 0
 airavata_mft/settings.py                                                | 2 +-
 4 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/airavata_mft/apps/workspace/static/airavata_mft_workspace/js/containers/StorageUnitListContainer.vue b/airavata_mft/apps/workspace/static/airavata_mft_workspace/js/containers/StorageUnitListContainer.vue
new file mode 100644
index 0000000..e69de29
diff --git a/airavata_mft/apps/workspace/static/airavata_mft_workspace/js/entry-view-storage.js b/airavata_mft/apps/workspace/static/airavata_mft_workspace/js/entry-view-storage.js
new file mode 100644
index 0000000..e69de29
diff --git a/airavata_mft/apps/workspace/templates/storage.html b/airavata_mft/apps/workspace/templates/airavata_mft_workspace/storage.html
similarity index 100%
rename from airavata_mft/apps/workspace/templates/storage.html
rename to airavata_mft/apps/workspace/templates/airavata_mft_workspace/storage.html
diff --git a/airavata_mft/settings.py b/airavata_mft/settings.py
index 5bde881..3adb5cd 100644
--- a/airavata_mft/settings.py
+++ b/airavata_mft/settings.py
@@ -38,7 +38,7 @@ INSTALLED_APPS = [
     'django.contrib.messages',
     'django.contrib.staticfiles',
     'rest_framework',
-    'airavata_mft.apps.workspace'
+    'airavata_mft.apps.workspace.apps.WorkspaceConfig'
 ]
 
 MIDDLEWARE = [