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

Create tooltip for some table column #1582

Merged
merged 1 commit into from
May 15, 2018

Conversation

csordasmarton
Copy link
Contributor

Create tooltip for the following table columns:

  • version tag
  • detection status
  • number of unresolved reports

+ "again with the same run name. When storing the results "
+ "of a run from scratch then each report will have "
+ "detection status of 'New'.",
numOfUnresolved : "Number of unresolved reports are calculated on the "
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it is easier to understand how the report count is calculated if we write it down like this:
number of non unique reports excluding resolved, false positive and intentional reports

@@ -14,6 +14,18 @@ function (locale, dom, style, json) {
'July', 'August', 'September', 'October', 'November', 'December'
];

var tooltips = {
detectionStatus : "Detection statuses are calculated based on the previous "
Copy link
Contributor

Choose a reason for hiding this comment

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

I suggest a small change here:
Detection statuses are calculated based on the detection status values from the previous store where the reports are stored

Create tooltip for the following table columns:
  * version tag
  * detection status
  * number of unresolved reports
@csordasmarton csordasmarton force-pushed the tbl-column-tooltips branch from f8b5f96 to 4540669 Compare May 15, 2018 10:07
@csordasmarton csordasmarton requested a review from gyorb May 15, 2018 10:08
@gyorb gyorb merged commit 70c9817 into Ericsson:master May 15, 2018
@csordasmarton csordasmarton deleted the tbl-column-tooltips branch May 18, 2018 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants