Skip to content

Add a first class dashboard unconfigured state

Sam Beckham requested to merge project-sec-dashboard-no-pipeline into master

What does this MR do?

When creating the first class vulnerabillities dashboard we forgot to account for the unconfigured state. This MR addresses that by doing the following:

  • Moves the unconfigured empty state to its own component for easier re-use
  • Uses that empty state on the current sdecurity dashboard
  • Uses that empty state on the new first class project dashboard
  • Removes a redundant SVG path in the rails helper

Screenshots

Screenshot_2020-04-02_at_14.38.39

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Sam Beckham

Merge request reports