Skip to content

Commit 1cb4cfa

Browse files
Kenneth FullbrightKenneth Fullbright
authored and
GitHub Enterprise
committed
Removed irrelevant fields from the VET Capabilities table (#93)
- Fields that are not needed are no longer shown Signed-off-by: Kenneth Fullbright <[email protected]> Co-authored-by: Kenneth Fullbright <[email protected]>
1 parent 4e1656f commit 1cb4cfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/store/modules/ResourceManagement/LicenseStore.js

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ const LicenseStore = {
3333
license.Name !== 'Elastic MemoryGB*Days Available' &&
3434
license.Name !== 'Elastic Processor*Days Available' &&
3535
license.Name !== 'Trial Memory Licenses (GB)' &&
36+
license.Name !== 'Permanent Memory Licenses (GB)' &&
37+
license.Name !== 'Permanent Processor Licenses' &&
38+
license.Name !== 'Firmware Update Access Key' &&
39+
license.Name !== 'Virtualization Engine Technology' &&
3640
license.Name !== 'Trial Processor Licenses'
3741
);
3842
}),

0 commit comments

Comments
 (0)