Skip to content

Commit 4484172

Browse files
committed
Allow for 0 other operators
1 parent feccd07 commit 4484172

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

dashboard/assets.go

+45-45
Large diffs are not rendered by default.

dashboard/src/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class App extends Component {
9797
deployment={this.state.operators.deployment}
9898
deploymentReplication={this.state.operators.deployment_replication}
9999
storage={this.state.operators.storage}
100-
otherOperators={this.state.operators.other}
100+
otherOperators={this.state.operators.other || []}
101101
pod={this.state.operators.pod}
102102
namespace={this.state.operators.namespace}
103103
/>;

0 commit comments

Comments
 (0)