diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0ab2524d..6cbba4f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - id: eslint additional_dependencies: - eslint@8.0.1 - - http://diracproject.web.cern.ch/diracproject/externalLibraries/@sencha_eslint-plugin-extjs.7.0.0.tgz + - https://diracproject.web.cern.ch/diracproject/externalLibraries/@sencha_eslint-plugin-extjs.7.0.0.tgz - repo: https://github.com/ikamensh/flynt/ rev: "0.77" diff --git a/src/WebAppDIRAC/WebApp/static/core/js/views/tabs/RightContainer.js b/src/WebAppDIRAC/WebApp/static/core/js/views/tabs/RightContainer.js index bfc98f1b..0c2e3368 100644 --- a/src/WebAppDIRAC/WebApp/static/core/js/views/tabs/RightContainer.js +++ b/src/WebAppDIRAC/WebApp/static/core/js/views/tabs/RightContainer.js @@ -97,10 +97,12 @@ Ext.define("Ext.dirac.views.tabs.RightContainer", { layout: "fit", closable: false, xtype: "component", + /* autoEl: { tag: "iframe", - src: "http://diracgrid.org", + src: "https://diracgrid.org", }, + */ }); }, getStateData: function () { diff --git a/src/WebAppDIRAC/WebApp/web.cfg b/src/WebAppDIRAC/WebApp/web.cfg index f28c7896..615f56ce 100644 --- a/src/WebAppDIRAC/WebApp/web.cfg +++ b/src/WebAppDIRAC/WebApp/web.cfg @@ -39,7 +39,7 @@ WebApp Schema { - Help = link|http://dirac.readthedocs.io/en/latest/UserGuide/index.html + Help = link|https://dirac.readthedocs.io/en/latest/UserGuide/index.html Tools { Application Wizard = DIRAC.ApplicationWizard @@ -71,7 +71,7 @@ WebApp #ExampleApp = DIRAC.ExampleApp } - DIRAC = link|http://diracgrid.org + DIRAC = link|https://diracgrid.org } }