Fixed global controller type

Change-Id: If75fe2f48240b2b702f806b32352e3404f0756a3
diff --git a/views/ngXosViews/globalXos/src/js/main.js b/views/ngXosViews/globalXos/src/js/main.js
index b512ad4..31effcc 100644
--- a/views/ngXosViews/globalXos/src/js/main.js
+++ b/views/ngXosViews/globalXos/src/js/main.js
@@ -29,7 +29,7 @@
     controller: function($window, $q, _, Controllers, LXOS, LocalAuth, LocalSlices, LocalUsers, $uibModal, Slices){
       const self = this;
       $q.all([
-        Controllers.query({backend_type: 'XOS'}).$promise,
+        Controllers.query({backend_type: 'CORD'}).$promise,
         Slices.query().$promise // NOTE why this is queryFromAll??
       ])
       .then(res => {