From faea2f98662aa23fbd8cae4cb9a888113dfc5aeb Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Mon, 23 Aug 2021 14:37:34 +0200
Subject: [PATCH] replaced copy/pasted title

---
 inventory_provider/routes/poller.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inventory_provider/routes/poller.py b/inventory_provider/routes/poller.py
index 5dd29b9b..1b3de816 100644
--- a/inventory_provider/routes/poller.py
+++ b/inventory_provider/routes/poller.py
@@ -1366,7 +1366,7 @@ def gws_direct_config():
     <!-- Bootstrap CSS -->
     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
 
-    <title>Hello, world!</title>
+    <title>GWS Direct config</title>
   </head>
   <body>
   <table class="table table-striped">
-- 
GitLab