diff --git a/priv/public/ui/app/components/directives/mn_storage_mode/mn_storage_mode.html b/priv/public/ui/app/components/directives/mn_storage_mode/mn_storage_mode.html index 2b742230e..70701f908 100644 --- a/priv/public/ui/app/components/directives/mn_storage_mode/mn_storage_mode.html +++ b/priv/public/ui/app/components/directives/mn_storage_mode/mn_storage_mode.html @@ -6,8 +6,7 @@ value="forestdb" id="storage_mode_forestdb" ng-model="mnModel.storageMode" - ng-disabled="!mnIsEnterprise || - (mnServices && !mnServicesModel.index) || + ng-disabled="(mnServices && !mnServicesModel.index) || (mnPermissions && !mnPermissions.cluster.indexes.write) || (mnInitial && mnInitial.storageMode === 'forestdb')">