Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI miscellaneous #6 #1030

Merged
merged 4 commits into from
Oct 23, 2018
Merged

GUI miscellaneous #6 #1030

merged 4 commits into from
Oct 23, 2018

Conversation

swaterkamp
Copy link
Member

No description provided.

This gives isWritable() a higher priority than isInUse()
Ultimately Spinner expects a number but received a string
@swaterkamp swaterkamp self-assigned this Oct 22, 2018
@@ -304,8 +309,8 @@ class AlertComponent extends React.Component {
condition_data_at_least_filter_id: condition_data_filter_id,
condition_data_at_least_count: parseInt(
value(condition.data.count, 1)),
condition_data_severity: value(condition.data.severity,
DEFAULT_SEVERITY),
condition_data_severity: parseFloat(value(condition.data.severity,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be better to user parseSeverity instead of parseFloat

@codecov
Copy link

codecov bot commented Oct 22, 2018

Codecov Report

Merging #1030 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1030   +/-   ##
=======================================
  Coverage   11.42%   11.42%           
=======================================
  Files         820      820           
  Lines       26603    26603           
  Branches     5600     5600           
=======================================
  Hits         3039     3039           
  Misses      22005    22005           
  Partials     1559     1559
Impacted Files Coverage Δ
gsa/src/web/pages/scanconfigs/row.js 0% <ø> (ø) ⬆️
gsa/src/web/pages/alerts/component.js 0% <0%> (ø) ⬆️
gsa/src/web/entity/icon/deleteicon.js 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 324b75f...80383af. Read the comment docs.

@bjoernricks bjoernricks merged commit f29e36b into greenbone:master Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants