diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-06-22 11:10:30 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-06-22 11:10:37 +0200 |
commit | 4c899142d0af52e729e2a3903fbe23e09c309276 (patch) | |
tree | 93c93a6f8a2a634fc64e0049a97d033c0d4b07b9 /server/sonar-web/src/main/js/apps/quality-profiles/templates | |
parent | 58909c760e9fb30aef671a3d637a4a63d34dd013 (diff) | |
download | sonarqube-4c899142d0af52e729e2a3903fbe23e09c309276.tar.gz sonarqube-4c899142d0af52e729e2a3903fbe23e09c309276.zip |
SONAR-5851 apply ui feedback
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-profiles/templates')
2 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-changelog.hbs b/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-changelog.hbs index 92d87282448..cde03590a6c 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-changelog.hbs +++ b/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-changelog.hbs @@ -6,9 +6,9 @@ <form class="spacer-bottom" id="quality-profile-changelog-form"> {{t 'quality_profiles.changelog_from'}} - <input name="since" type="text" value="{{eventsParameters.since}}" placeholder="1970-01-31"> + <input name="since" type="text" value="{{eventsParameters.since}}" placeholder="{{t 'optional'}}"> {{t 'to'}} - <input name="to" type="text" value="{{eventsParameters.to}}" placeholder="1970-01-31"> + <input name="to" type="text" value="{{eventsParameters.to}}" placeholder="{{t 'optional'}}"> <button id="quality-profile-changelog-form-submit">{{t 'search_verb'}}</button> </form> diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profiles-profile-details.hbs b/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profiles-profile-details.hbs index f1f4a65b5fe..40d3b73153b 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profiles-profile-details.hbs +++ b/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profiles-profile-details.hbs @@ -63,7 +63,7 @@ <p class="alert alert-info">{{t 'quality_profiles.projects_for_default'}}</p> {{/if}} {{else}} - <div id="quality-profile-projects-list"></div> + <div id="quality-profile-projects-list" class="select-list-on-full-width"></div> {{/if}} </div> |