diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-03-12 10:48:44 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-03-26 20:20:57 +0200 |
commit | ea341da5bb721a4d833c3dd324162bbb0bc04642 (patch) | |
tree | 856834be64b032fdcff68abbbc939a7b1c2f28ba /server/sonar-web/public | |
parent | 9ac78350022bfadca4845a42cb600dfa762fb66b (diff) | |
download | sonarqube-ea341da5bb721a4d833c3dd324162bbb0bc04642.tar.gz sonarqube-ea341da5bb721a4d833c3dd324162bbb0bc04642.zip |
VSTS-141 Move vsts integration to it's own module
Diffstat (limited to 'server/sonar-web/public')
-rw-r--r-- | server/sonar-web/public/integration/vsts/index.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/server/sonar-web/public/integration/vsts/index.html b/server/sonar-web/public/integration/vsts/index.html deleted file mode 100644 index 90f0799d8ad..00000000000 --- a/server/sonar-web/public/integration/vsts/index.html +++ /dev/null @@ -1,26 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - -<head> - <meta http-equiv="content-type" content="text/html; charset=UTF-8" charset="UTF-8" /> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - - <meta name="application-name" content="SonarQube VSTS Widget" /> - - <script src="%WEB_CONTEXT%/integration/vsts/js/VSS.SDK.min.js"></script> - <title>SonarQube VSTS Widget</title> -</head> - -<body> - <div id="content"> - <div class="vsts-loading"> - <i class="spinner global-loading-spinner"></i> - </div> - </div> - <script>window.baseUrl = '%WEB_CONTEXT%';</script> - <% for (var chunk in htmlWebpackPlugin.files.chunks) { %> - <script src="%WEB_CONTEXT%<%= htmlWebpackPlugin.files.chunks[chunk].entry %>"></script> - <% } %> -</body> - -</html> |