From d78dbd39eac02984c27ea2cf46453d7e8ef12b6b Mon Sep 17 00:00:00 2001
From: Lucas Nussbaum <lucas.nussbaum@inria.fr>
Date: Tue, 7 Jan 2025 11:49:17 +0100
Subject: [PATCH] [wiki/generators/status] remove reference to
 https://intranet.grid5000.fr/net/Lille/ since it was removed

---
 lib/refrepo/gen/wiki/generators/status.rb | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lib/refrepo/gen/wiki/generators/status.rb b/lib/refrepo/gen/wiki/generators/status.rb
index 9ad5d4fa720..cb794195559 100644
--- a/lib/refrepo/gen/wiki/generators/status.rb
+++ b/lib/refrepo/gen/wiki/generators/status.rb
@@ -102,10 +102,7 @@ class StatusGenerator < WikiGenerator
     data += "[http://pasillo.renater.fr/weathermap/weathermap_g5k.html Grid'5000 Weathermap]  (courtesy of Renater)\n"
     data += MW::LINE_FEED
     data += "Shows the actual state of the opticals links between the Grid'5000 10Gb-ready sites. A link painted in black on the weathermap means that you won't be able to access this site nodes from the Grid'5000 internal network.\n"
-    data += MW::LINE_FEED
-    data += "== Sites network traffic ==\n"
-    data += MW::LINE_FEED
-    data + "A dashboard combining links and real-time data is available on the [https://intranet.grid5000.fr/net/Lille/ Grid'5000 Backbone Network Monitoring] page.\n"
+    data
   end
 
   def generate_node_monitoring
-- 
GitLab