Add superuser configuration for action log rotation

This commit is contained in:
Joseph Schorr 2017-07-10 13:22:29 +03:00
parent 176c26e3f7
commit 661c0e6432
2 changed files with 45 additions and 0 deletions

View file

@ -80,6 +80,10 @@ angular.module("core-config-setup", ['angularFileUpload'])
{'id': 'oidc-login', 'title': 'OIDC Login(s)', 'condition': function(config) {
return $scope.getOIDCProviders(config).length > 0;
}},
{'id': 'actionlogachiving', 'title': 'Action Log Rotation', 'condition': function(config) {
return config.FEATURE_ACTION_LOG_ROTATION;
}},
];
$scope.STORAGE_CONFIG_FIELDS = {