mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Allow for 0 other operators
This commit is contained in:
parent
feccd07e49
commit
4484172c1c
2 changed files with 53 additions and 53 deletions
File diff suppressed because one or more lines are too long
|
@ -97,7 +97,7 @@ class App extends Component {
|
||||||
deployment={this.state.operators.deployment}
|
deployment={this.state.operators.deployment}
|
||||||
deploymentReplication={this.state.operators.deployment_replication}
|
deploymentReplication={this.state.operators.deployment_replication}
|
||||||
storage={this.state.operators.storage}
|
storage={this.state.operators.storage}
|
||||||
otherOperators={this.state.operators.other}
|
otherOperators={this.state.operators.other || []}
|
||||||
pod={this.state.operators.pod}
|
pod={this.state.operators.pod}
|
||||||
namespace={this.state.operators.namespace}
|
namespace={this.state.operators.namespace}
|
||||||
/>;
|
/>;
|
||||||
|
|
Loading…
Reference in a new issue