An error occurred fetching the project authors.
  1. 13 Dec, 2019 1 commit
  2. 15 Nov, 2019 1 commit
  3. 03 Sep, 2019 1 commit
    • Dave Pisek's avatar
      Swap main with article-tag in sec dashboard app · ef4fb63e
      Dave Pisek authored
      This commit replaces the currently used `<main>` with an
      `<article>` to ensure component re-usability.
      
      (Using a main tag within a vue-component introduces the possibility
      of having two or more main tags on a page, this causes accessbility
      issues)
      ef4fb63e
  4. 28 Aug, 2019 1 commit
    • Dave Pisek's avatar
      Improve UX of group security dashboard · be636d8b
      Dave Pisek authored
      This commit addresses some UX changes to improve the group security
      dashboard:
      
      * Moves the vulnerabilities chart into an aside
      * Changes some elements to to enhance markup-semantics
      * Hides vulnerabilities count
      * Makes chart buttons span full width
      * Adds date information
      * Removes labels from charts
      * Changes chart layout to make use of free space
      * Updates documentation to reflect changes
      be636d8b
  5. 10 Jul, 2019 1 commit
    • Victor Zagorodny's avatar
      Add Security Dashboard unavailable empty state · 4118aa05
      Victor Zagorodny authored
      Adds an EE override of groups#show action that
      renders groups/security/dashboard#show view and
      substitutes the controller_path, controller_name
      and action_name to pretend that we're still
      rendering groups/show for JS bundles and sidebar
      navlinks to display and load correctly
      4118aa05