Browse Source

SONAR-15284 Distinct filter for app or portfolio recompute filter

tags/9.1.0.47736
Mathieu Suen 2 years ago
parent
commit
8672249a7c

+ 1
- 1
server/sonar-web/src/main/js/apps/background-tasks/components/TypesFilter.tsx View File



return ( return (
<Select <Select
className="input-medium"
className="input-large"
clearable={false} clearable={false}
onChange={this.handleChange} onChange={this.handleChange}
options={allOptions} options={allOptions}

+ 1
- 1
sonar-core/src/main/resources/org/sonar/l10n/core.properties View File

background_task.type.DEV_REFRESH=Developer Analysis background_task.type.DEV_REFRESH=Developer Analysis
background_task.type.DEV_PURGE=Developer Cleaning background_task.type.DEV_PURGE=Developer Cleaning
background_task.type.ISSUE_SYNC=Project Data Reload background_task.type.ISSUE_SYNC=Project Data Reload
background_task.type.APP_REFRESH=Recomputation
background_task.type.APP_REFRESH=Application Recomputation
background_task.type.PROJECT_EXPORT=Project Export background_task.type.PROJECT_EXPORT=Project Export
background_task.type.PROJECT_IMPORT=Project Import background_task.type.PROJECT_IMPORT=Project Import
background_task.type.AUDIT_PURGE=Audit Log Purge background_task.type.AUDIT_PURGE=Audit Log Purge

Loading…
Cancel
Save