14720: Better login button, tell you what cluster you're logging in to.
[arvados-workbench2.git] / src / views / main-panel / main-panel.tsx
index 087163dcd25870014557a975953a87af69de96c6..5009f12987ab59d215a0f697124319ef7bfa5efa 100644 (file)
@@ -14,7 +14,7 @@ const mapStateToProps = (state: RootState): MainPanelRootDataProps => {
         working: isSystemWorking(state.progressIndicator),
         loading: isWorkbenchLoading(state),
         buildInfo: state.appInfo.buildInfo,
-        uuidPrefix: state.properties.uuidPrefix
+        uuidPrefix: state.auth.localCluster
     };
 };