diff options
Diffstat (limited to 'server/sonar-web/src/main/webapp/WEB-INF/app/views/computation/index.html.erb')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/computation/index.html.erb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/computation/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/computation/index.html.erb deleted file mode 100644 index 1e7b45c9f6c..00000000000 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/computation/index.html.erb +++ /dev/null @@ -1,7 +0,0 @@ -<% content_for :extra_script do %> - <script> - require(['apps/computation/app'], function (App) { - App.start({ el: '#content', urlRoot: baseUrl + '/computation' }); - }); - </script> -<% end %> |