From 14f5cf29b76e4620f791d6ee662f04d155939daa Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Mon, 25 Nov 2019 14:28:21 +0100 Subject: [PATCH] dashboard: parametrize URL in welcome team --- admin/static/js/app.js | 2 +- admin/static/views/public.html | 8 ++++++++ dashboard/static/index.html | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/admin/static/js/app.js b/admin/static/js/app.js index 9c97203d..2040eb8b 100644 --- a/admin/static/js/app.js +++ b/admin/static/js/app.js @@ -704,7 +704,7 @@ angular.module("FICApp") $scope.display.scenes = [ { type: "welcome", - params: { kind: "teams" }, + params: { kind: "teams", url: "https://fic.srs.epita.fr/" }, }, { type: "welcome", diff --git a/admin/static/views/public.html b/admin/static/views/public.html index 0ffdb661..140de800 100644 --- a/admin/static/views/public.html +++ b/admin/static/views/public.html @@ -181,6 +181,14 @@ + +
+ +
+ +
+
+
diff --git a/dashboard/static/index.html b/dashboard/static/index.html index 73283d5e..feb51ded 100644 --- a/dashboard/static/index.html +++ b/dashboard/static/index.html @@ -36,7 +36,7 @@

Une fois connecté au réseau, contactez notre serveur sur : - https://fic.srs.epita.fr/ +