Skip to content

Commit

Permalink
Update packages/xo-web/src/xo-app/pool/tab-network.js
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Donias <pierre.donias@gmail.com>
  • Loading branch information
ggunullu and pdonias committed Jan 30, 2023
1 parent 7da0875 commit 9a9a5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xo-web/src/xo-app/pool/tab-network.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class Nbd extends Component {
<Select
onChange={this._editNbdConnection}
optionRenderer={this._getOptionRenderer}
// We have choose to not show the unsecure_nbd option unless the user has already activated it through XE command.
// We chose not to show the unsecure_nbd option unless the user has already activated it through another client.
// The reason is that we don't want them to know about it since the option is not allowed in XO.
options={network.insecureNbd ? [...this.NBD_FILTER_OPTIONS, ...this.INSECURE_OPTION] : this.NBD_FILTER_OPTIONS}
value={network.nbd ? true : network.insecureNbd ? 'insecure_nbd' : false}
Expand Down

0 comments on commit 9a9a5ba

Please sign in to comment.