Using diagram version 6 through private network

Hi,

as your reply, I upgraded diagram version from 5 to 6.
It was successful but when we put it in private network environment, it takes almost 1 minute to loaded.

I think the problem is private network which is impossible to reach ‘https://cdn.dhtmlx.com/fonts/dxi/dhx-icons.css);’ and etc.

This is what I found shortly…
Is there any more points of reference?
And If I wants to use diagram 6 in private network, where should I fix?
(because, it doesn’t happen with version 5)

Thank you.

In this case all I can suggest is to download the mentioned “dhx-icons.css” from CDN and import it to your application manually.

You can find the importing code in the diagram.css sources right at the start:

@import url(https://cdn.dhtmlx.com/fonts/dxi/dhx-icons.css);

so replace it with import from your local environment.