small fixes
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Tue, 2 Sep 2014 10:12:18 +0000 (12:12 +0200)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Tue, 2 Sep 2014 10:12:18 +0000 (12:12 +0200)
portal/homeview.py
portal/templates/slice-tab-experiment.html

index 7af4776..a3a145c 100644 (file)
@@ -115,14 +115,15 @@ class HomeView (FreeAccessView, ThemeView):
             # XXX Something like an invalid session seems to make the execute fail sometimes, and thus gives an error on the main page
             platform_details = execute_query(self.request, platform_query)
             account_details = execute_query(self.request, account_query)
-            for platform_detail in platform_details:
-                for account_detail in account_details:
-                    if 'platform_id' in platform_detail:
-                        if platform_detail['platform_id'] == account_detail['platform_id']:
-                            if 'config' in account_detail and account_detail['config'] is not '':
-                                account_config = json.loads(account_detail['config'])
-                                if 'myslice' in platform_detail['platform']:
-                                    acc_auth_cred = account_config.get('delegated_authority_credentials','N/A')
+            if platform_detail is not None :
+                for platform_detail in platform_details:
+                    for account_detail in account_details:
+                        if 'platform_id' in platform_detail:
+                            if platform_detail['platform_id'] == account_detail['platform_id']:
+                                if 'config' in account_detail and account_detail['config'] is not '':
+                                    account_config = json.loads(account_detail['config'])
+                                    if 'myslice' in platform_detail['platform']:
+                                        acc_auth_cred = account_config.get('delegated_authority_credentials','N/A')
             # assigning values
             if acc_auth_cred=={} or acc_auth_cred=='N/A':
                 pi = "is_not_pi"
index 55b2753..1430dae 100644 (file)
@@ -22,7 +22,7 @@
        
        <p>
         NITOS resources are not directly accessible. You will need to log in on a gateway server and from there access the node.
-        The NITO server address is nitlab.inf.uth.gr, so to connect to the NITOS server:
+        The NITOS server address is nitlab.inf.uth.gr, so to connect to the NITOS server:
        </p>
        <p class="command">
        $ ssh your_slice_name@nitlab.inf.uth.gr