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: vazoumana toto <>
  • To: Daniel Doyle <>
  • Cc: "" <>
  • Subject: RE: [perfsonar-user] avoid 2 http requests
  • Date: Tue, 24 Nov 2015 16:15:10 +0000
  • Importance: Normal

Hello,

thanks for your answer.
I succeed avoiding these requests, running your advices.
i m gonna waiting the new versions wich resources will be requested locally.

Best regards



Subject: Re: [perfsonar-user] avoid 2 http requests
From:
Date: Mon, 23 Nov 2015 13:10:13 -0500
CC:
To:

Gah, copy paste mistake. Put the files in "/opt/perfsonar_ps/toolkit/web-ng/root/css/", not in the existing "app.css" file.

-Dan

On Nov 23, 2015, at 1:07 PM, Daniel Doyle <> wrote:

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




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






Archive powered by MHonArc 2.6.16.

Top of Page