How to resolve Rally results template hint failed to load AngularJS framework

Source: Internet
Author: User
Tags cloudflare

Rally test results can generate HTML reports. But the original Rally report template Angular JS framework is downloaded from Google. Rally/src/rally/ui/templates/task/report.mako file,

<%block name= "libs" >  <link rel= "stylesheet" href= "https://cdnjs.cloudflare.com/ajax/libs/nvd3/1.1.15 -beta/nv.d3.min.css ">  <script type=" Text/javascript "src=" https://ajax.googleapis.com/ajax/libs/ Angularjs/1.3.3/angular.min.js "></script>  <script type=" Text/javascript "src=" https:// Cdnjs.cloudflare.com/ajax/libs/d3/3.4.13/d3.min.js "></script>  <script type=" Text/javascript "src = "Https://cdnjs.cloudflare.com/ajax/libs/nvd3/1.1.15-beta/nv.d3.min.js" ></script></%block>

Workaround.

Modify the Rally/src/rally/ui/templates/task/report.mako file,

<%block name="Libs"> <link rel="Stylesheet"Href="Http://cdn.bootcss.com/nvd3/1.1.15-beta/nv.d3.css"> <script type= "text/javascript" src = "http://cdn.bootcss.com/angular.js/1.3.3/ Angular.min.js" ></script> <script type=text/javascript "http://cdn.bootcss.com/d3/3.4.13/d3.min.js" > </script> <script type= "text/javascript< Span style= "color: #800000;" > "Src=" http://cdn.bootcss.com/nvd3/1.1.15-beta/ Nv.d3.min.js    

How to resolve rally result template hint failed to load AngularJS framework

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.