Fix typo
This commit is contained in:
parent
661c0e6432
commit
a13235c032
4 changed files with 9 additions and 9 deletions
|
@ -81,7 +81,7 @@ angular.module("core-config-setup", ['angularFileUpload'])
|
|||
return $scope.getOIDCProviders(config).length > 0;
|
||||
}},
|
||||
|
||||
{'id': 'actionlogachiving', 'title': 'Action Log Rotation', 'condition': function(config) {
|
||||
{'id': 'actionlogarchiving', 'title': 'Action Log Rotation', 'condition': function(config) {
|
||||
return config.FEATURE_ACTION_LOG_ROTATION;
|
||||
}},
|
||||
];
|
||||
|
|
Reference in a new issue