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

@@ -49,7 +49,7 @@ export default class TypesFilter extends React.PureComponent<Props> {

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

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

@@ -2879,7 +2879,7 @@ background_task.type.REPORT=Project Analysis
background_task.type.DEV_REFRESH=Developer Analysis
background_task.type.DEV_PURGE=Developer Cleaning
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_IMPORT=Project Import
background_task.type.AUDIT_PURGE=Audit Log Purge

Loading…
Cancel
Save