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 80a517a89483c3f167d1542831ea54d3856d4341
Author: Aarushi Bisht <[email protected]>
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 000000000..e69de29bb
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 000000000..e69de29bb
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 5bde881c8..3adb5cd4d 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 = [

Reply via email to