瀏覽代碼

HUE-8926 [frontend] Update the app switcher icons and URLs

Johan Ahlen 6 年之前
父節點
當前提交
b45f39f25d

文件差異過大導致無法顯示
+ 4 - 5
desktop/core/src/desktop/js/ko/components/appSwitcher/apps.v2.json


+ 1 - 1
desktop/core/src/desktop/js/ko/components/appSwitcher/environment.js

@@ -76,6 +76,6 @@ export const getMowBaseUrl = () => {
     case Environment.STAGE:
       return 'https://cloudera.cdp.mow-stage.cloudera.com';
     case Environment.PROD:
-      return window.APP_SWITCHER_MOW_BASE_URL || '';
+      return window.APP_SWITCHER_MOW_BASE_URL || 'https://cloudera.us-west-1.cdp.cloudera.com';
   }
 };

部分文件因文件數量過多而無法顯示