From d3edd9768a555ed0b5265b270694c2adc701ba82 Mon Sep 17 00:00:00 2001 From: Angel Garbarino Date: Thu, 26 Mar 2020 13:59:55 -0600 Subject: [PATCH] add missing license features (#8618) (#8624) --- ui/app/helpers/all-features.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/app/helpers/all-features.js b/ui/app/helpers/all-features.js index dd47360f3d336..eaf4027bac18d 100644 --- a/ui/app/helpers/all-features.js +++ b/ui/app/helpers/all-features.js @@ -10,6 +10,8 @@ const ALL_FEATURES = [ 'Control Groups', 'Performance Standby', 'Namespaces', + 'KMIP', + 'Entropy Augmentation', ]; export function allFeatures() {