Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] avoid 2 http requests

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] avoid 2 http requests


Chronological Thread 
  • From: Daniel Doyle <>
  • To: vazoumana toto <>
  • Cc: "" <>
  • Subject: Re: [perfsonar-user] avoid 2 http requests
  • Date: Mon, 23 Nov 2015 13:07:07 -0500

Hi Vazoumana,

Those are declared here: /opt/perfsonar_ps/toolkit/web-ng/templates/components/top.html

Those should not be being pulled down from a remote source. I am going to go ahead and open an issue to get this resolved and make sure the files are packed locally. In the meantime if you grab those files and put them on the machine in /opt/perfsonar_ps/toolkit/web-ng/root/css/app.css (renaming as necessary for below), then modify top.html so that it shows

 <link rel="stylesheet" href="[% include_prefix %]css/font-awesome-min.css">
 <link rel="stylesheet" href="[% include_prefix %]css/fonts-google.css">

in place of the other two lines, you should be able to serve everything locally without issue.

Hopefully that helps.

-Dan

On Nov 23, 2015, at 11:53 AM, vazoumana toto <> wrote:

Hello, 
i'm setting up a perfsonar host via perfsonar 3.5 toolkit.
I finished my installation and try resolve some details.

When i ran the web interface, i saw 2 webs requests : 

GET http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css

GET https://fonts.googleapis.com/css 

Somebody knows where these instructions are written ?
I want to avoid these requests. I'm ready to upload the thing requested on my configuration.

Best regards.

Dan Doyle
GlobalNOC Software Developer
1-812-856-3892



Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail




Archive powered by MHonArc 2.6.16.

Top of Page