We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36c1ed commit 52ee851Copy full SHA for 52ee851
pkg/storaged/multipath.jsx
@@ -45,6 +45,7 @@ export class MultipathAlert extends React.Component {
45
46
render() {
47
const { client } = this.props;
48
+ console.log('client', client);
49
50
// When in doubt, assume everything is alright
51
const multipathd_running = !this.multipathd_service.state || this.multipathd_service.state === "running";
0 commit comments