Skip to content

Display for license metadata - #3077

Merged
PhilBastian merged 37 commits into
masterfrom
licensed_endpoints
Aug 5, 2026
Merged

Display for license metadata#3077
PhilBastian merged 37 commits into
masterfrom
licensed_endpoints

Conversation

@PhilBastian

@PhilBastian PhilBastian commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

new functionality to show additional license details for customers with a supported license and system. This feature is being slowly rolled out and will not yet be available to all customers.
Documentation for this feature is pending, this issue will be updated once it's available

Reviewer Checklist

  • Components are broken down into sensible and maintainable sub-components.
  • Styles are scoped to the component using it. If multiple components need to share CSS, then a .css file is created containing the shared CSS and imported into component scoped style sections.
  • Naming is consistent with existing code, and adequately describes the component or function being introduced
  • Only functions utilizing Vue state or lifecycle hooks are named as composables (i.e. starting with 'use');
  • No module-level state is being introduced. If so, request the PR author to move the state to the corresponding Pinia store.

…be used as part of normal keyboard scrolling
- implement collapse/expand all
# Conflicts:
#	src/Frontend/src/components/serviceControlClient.ts
Comment thread src/Frontend/src/components/serviceControlClient.ts
Comment thread src/Frontend/src/stores/LicenseDetailsStore.ts Outdated
Comment thread src/Frontend/src/stores/LicenseDetailsStore.ts
Comment thread src/Frontend/src/stores/LicenseDetailsStore.ts Outdated
Comment thread src/Frontend/src/views/throughputreport/licenseDetails/EndpointDetails.vue Outdated
@PhilBastian
PhilBastian merged commit ba3e399 into master Aug 5, 2026
5 checks passed
@PhilBastian
PhilBastian deleted the licensed_endpoints branch August 5, 2026 03:22
@PhilBastian PhilBastian added this to the 2.10.0 milestone Aug 5, 2026
@PhilBastian PhilBastian added the Feature Feature label Aug 5, 2026
@PhilBastian PhilBastian changed the title display for license metadata Display for license metadata Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature Feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants