Skip to content

Commit

Permalink
Change: Improved the layout of the multiple permission dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier authored Jun 14, 2023
2 parents 44011d8 + 4d961e8 commit c0da6db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/locales/gsa-de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1853,6 +1853,7 @@
"or": "oder",
"or add by ID:": "oder per ID hinzufügen:",
"read": "Lese-",
"related resource(s)": "verbundene Ressource(n)",
"reports": "Berichte",
"result(s) NVT(s)": "Ergebnis-NVT(s)",
"result(s) more than previous scan": "Ergebnis(se) mehr als im vorherigen Scan",
Expand Down
2 changes: 2 additions & 0 deletions src/web/pages/permissions/multipledialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ const MultiplePermissionDialog = withCapabilities(
onChange={onChange}
/>
</Divider>
</FormGroup>
<FormGroup title={_('related resource(s)')} flex="column">
{hasRelated && (
<ul>
{state.related.map(rentity => (
Expand Down

0 comments on commit c0da6db

Please sign in to comment.