diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2018-06-25 14:36:10 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-10-12 20:20:57 +0200 |
commit | 992fa1cac72b5fbaba7d71b5656320346c9a2817 (patch) | |
tree | da8f0493758e4b8e777f7cf063e818b740369bcd /server/sonar-web/public | |
parent | 897cc3ef4c914fd852313be7f081767861b219b7 (diff) | |
download | sonarqube-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.html | 1 |
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> |