diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-01-18 14:02:39 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-01-18 17:07:50 +0100 |
commit | c65068d2c6e3a9c9d9e044d6cc31fcf90d702edf (patch) | |
tree | 16c47a0e608c3936b11ed39de129e9fce2bbb9b1 /server/sonar-web/src/main/js/apps/quality-profiles | |
parent | 0c0d3c3a54fd25fad64a3442dcc487d14932f2e2 (diff) | |
download | sonarqube-c65068d2c6e3a9c9d9e044d6cc31fcf90d702edf.tar.gz sonarqube-c65068d2c6e3a9c9d9e044d6cc31fcf90d702edf.zip |
extract SelectList component
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-profiles')
-rw-r--r-- | server/sonar-web/src/main/js/apps/quality-profiles/profile-details-view.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/profile-details-view.js b/server/sonar-web/src/main/js/apps/quality-profiles/profile-details-view.js index 4101a1b4d8a..5fa02436f01 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/profile-details-view.js +++ b/server/sonar-web/src/main/js/apps/quality-profiles/profile-details-view.js @@ -23,7 +23,7 @@ import Marionette from 'backbone.marionette'; import ChangeProfileParentView from './change-profile-parent-view'; import ProfileChangelogView from './profile-changelog-view'; import ProfileComparisonView from './profile-comparison-view'; -import '../../components/common/select-list'; +import '../../components/SelectList'; import Template from './templates/quality-profiles-profile-details.hbs'; import { translate } from '../../helpers/l10n'; |