diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-06-25 15:39:10 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-06-25 15:39:10 +0200 |
commit | ba0948cc74731af55f25fda950913e8d68c97c0a (patch) | |
tree | 6512ad751ba3d2afe6fb4e6767b0dc5a9d85dbf2 /server | |
parent | 30aaeccec8ecf4668658a7151ad0418f86d2a6b3 (diff) | |
download | sonarqube-ba0948cc74731af55f25fda950913e8d68c97c0a.tar.gz sonarqube-ba0948cc74731af55f25fda950913e8d68c97c0a.zip |
SONAR-6304 backup profile using current tab
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profiles-profile-header.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profiles-profile-header.hbs b/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profiles-profile-header.hbs index 141004e9fdb..cd674f4601e 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profiles-profile-header.hbs +++ b/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profiles-profile-header.hbs @@ -5,7 +5,7 @@ <div class="search-navigator-header-actions"> <div class="button-group"> - <a class="button" href="{{link '/api/qualityprofiles/backup?profileKey=' encodedKey}}" target="_blank" + <a class="button" href="{{link '/api/qualityprofiles/backup?profileKey=' encodedKey}}" id="quality-profile-backup">{{t 'backup_verb'}}</a> {{#if canWrite}} <button id="quality-profile-rename">{{t 'rename'}}</button> |