15736: Add uuid column to site manager page
[arvados.git] / src / views / site-manager-panel / site-manager-panel.tsx
index 4532e856deffa2d7075f369eb15a5a1d6a849fe2..0f48565d40ddd2d145cedc1351bf5214632d016e 100644 (file)
@@ -14,7 +14,8 @@ import { toggleSession } from "~/store/auth/auth-action-session";
 
 const mapStateToProps = (state: RootState): SiteManagerPanelRootDataProps => {
     return {
-        sessions: state.auth.sessions
+        sessions: state.auth.sessions,
+        remoteHostsConfig: state.auth.remoteHostsConfig
     };
 };