Skip to content

Commit

Permalink
[web] Do not show group options name until needed
Browse files Browse the repository at this point in the history
Since it can be confusing
  • Loading branch information
dgdavid committed May 2, 2023
1 parent b1b9366 commit 40bd362
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web/src/components/storage/ProposalPageOptions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ export default function ProposalPageOptions () {

return (
<PageOptions>
<PageOptions.Group
label="Configure"
key="devices-options"
>
<PageOptions.Group key="devices-options">
<If condition={showDasdLink} then={<DASDLink />} />
<ISCSILink />
</PageOptions.Group>
Expand Down

0 comments on commit 40bd362

Please sign in to comment.