From a8a1b1c98bb95f9a8381fd37d2e673c068e47045 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Wed, 15 Feb 2017 16:06:52 +0100
Subject: [PATCH] Includde JQuery to modules matrix builder

---
 scripts/modules-matrix.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/scripts/modules-matrix.py b/scripts/modules-matrix.py
index 736f6a9b1..c2065d169 100755
--- a/scripts/modules-matrix.py
+++ b/scripts/modules-matrix.py
@@ -42,7 +42,7 @@ print '    \* A - Anselm'
 print '    \* S - Salomon'
 print '    \* U - uv1 at Salomon'
 
-print "| Module | Versions | Clusters |"
+print '| Module </br><input id="searchInput" placeholder="Filter" style="width: 8rem; border-radius: 0.2rem; color: black; padding-left: .2rem;"> | Versions | Clusters |'
 print "| ------ | -------- | -------- |"
 
 software = dict()
@@ -71,3 +71,5 @@ for m in sorted(software.items(), key=lambda i: i[0].lower()):
   #print '</br>'.join(m[1].keys())
   #print '</br>'.join(m[1].values())
   print "| %s | %s | %s |" % (software, '</br>'.join(m[1].keys()), '</br>'.join(m[1].values()))
+  print
+  print '---8<--- "modules_matrix_search.md"'
-- 
GitLab