aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/public
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2018-06-25 14:36:10 +0200
committerSonarTech <sonartech@sonarsource.com>2018-10-12 20:20:57 +0200
commit992fa1cac72b5fbaba7d71b5656320346c9a2817 (patch)
treeda8f0493758e4b8e777f7cf063e818b740369bcd /server/sonar-web/public
parent897cc3ef4c914fd852313be7f081767861b219b7 (diff)
downloadsonarqube-992fa1cac72b5fbaba7d71b5656320346c9a2817.tar.gz
sonarqube-992fa1cac72b5fbaba7d71b5656320346c9a2817.zip
SONAR-10890 Add official flag to index.html
Diffstat (limited to 'server/sonar-web/public')
-rw-r--r--server/sonar-web/public/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/public/index.html b/server/sonar-web/public/index.html
index 812681b41f7..ede7fb15e0e 100644
--- a/server/sonar-web/public/index.html
+++ b/server/sonar-web/public/index.html
@@ -41,6 +41,7 @@
window.baseUrl = '%WEB_CONTEXT%';
window.serverStatus = '%SERVER_STATUS%';
window.instance = '%INSTANCE%';
+ window.official = '%OFFICIAL%'
</script>
<% for (let chunk in htmlWebpackPlugin.files.chunks) { %>
<script src="%WEB_CONTEXT%/<%= htmlWebpackPlugin.files.chunks[chunk].entry %>"></script>