Skip to content

Commit

Permalink
Removed irrelevant fields from the VET Capabilities table (#93)
Browse files Browse the repository at this point in the history
- Fields that are not needed are no longer shown

Signed-off-by: Kenneth Fullbright <kennyneedsmilky@gmail.com>

Co-authored-by: Kenneth Fullbright <kennyneedsmilky@gmail.com>
  • Loading branch information
2 people authored and GitHub Enterprise committed Mar 2, 2022
1 parent 4e1656f commit 1cb4cfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/store/modules/ResourceManagement/LicenseStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ const LicenseStore = {
license.Name !== 'Elastic MemoryGB*Days Available' &&
license.Name !== 'Elastic Processor*Days Available' &&
license.Name !== 'Trial Memory Licenses (GB)' &&
license.Name !== 'Permanent Memory Licenses (GB)' &&
license.Name !== 'Permanent Processor Licenses' &&
license.Name !== 'Firmware Update Access Key' &&
license.Name !== 'Virtualization Engine Technology' &&
license.Name !== 'Trial Processor Licenses'
);
}),
Expand Down

0 comments on commit 1cb4cfa

Please sign in to comment.