Skip to content

WIP: FE Improve admin licence page

What does this MR do?

This is the frontend to vue-ify the instance licenses page.

Please view the Table of MRs.

This MR specifically:

  • Improves instance license list UI

  • Uses graphql query to get licenses

  • Uses graphql mutation to delete licenses

Helpful stufffff

To create 20 licenses:

$ echo "20.times { License.create!(data: License.current.data) }" | rails c

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/7054

Does this MR meet the acceptance criteria?

Edited by 🤖 GitLab Bot 🤖

Merge request reports