Skip to content

Commit

Permalink
Merge pull request #1301 from swaterkamp/ScannerHost
Browse files Browse the repository at this point in the history
Fix host param for Scanner dialog
  • Loading branch information
swaterkamp authored Apr 24, 2019
2 parents 9ea3028 + f9e1d11 commit 9115c2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Cleanup get_report function in gsad [#1263](https://github.com/greenbone/gsa/pull/1263)

### Fixed
- Fix showing host in Scanner dialog [#1301](https://github.com/greenbone/gsa/pull/1301)
- Fix detailslinks in AllSecInfo [#1299](https://github.com/greenbone/gsa/pull/1299)
- Only run libmicrohttp in debug mode if gsad build type is debug [#1295](https://github.com/greenbone/gsa/pull/1295)
- Fix dialog can be moved outside browser frame [#1294](https://github.com/greenbone/gsa/pull/1294)
Expand Down
2 changes: 2 additions & 0 deletions gsa/src/web/pages/scanners/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ class ScannerComponent extends React.Component {
credentialDialogVisible,
credentials,
credentialTypes,
host,
id,
name,
scannerDialogVisible,
Expand Down Expand Up @@ -295,6 +296,7 @@ class ScannerComponent extends React.Component {
comment={comment}
credentials={credentials}
credential_id={credential_id}
host={host}
id={id}
name={name}
scanner={scanner}
Expand Down

0 comments on commit 9115c2d

Please sign in to comment.