Skip to content
Snippets Groups Projects
Commit 10cfcdb2 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

fix-matrix

parent 16c49d0d
Branches
No related tags found
No related merge requests found
Pipeline #38093 failed
...@@ -90,7 +90,7 @@ def print_software(software): ...@@ -90,7 +90,7 @@ def print_software(software):
for key in sorted(module[1].keys()): for key in sorted(module[1].keys()):
versions.append(key) versions.append(key)
clusters.append(module[1][key]) clusters.append(module[1][key])
print(f"| {software_name} | {'</br>'.join(versions)} | {'</br>'.join(clusters)} |") print(f"| {software_name} | {'<br>'.join(versions)} | {'<br>'.join(clusters)} |")
print() print()
print('---8<--- "modules_matrix_search.md"') print('---8<--- "modules_matrix_search.md"')
...@@ -105,7 +105,7 @@ def print_hint(): ...@@ -105,7 +105,7 @@ def print_hint():
print(' +--------> DGX') print(' +--------> DGX')
print(' ```') print(' ```')
print() print()
print("| Module </br><form><input id=\"searchInput\" placeholder=\"🔍 Filter\"" print("| Module <br><form><input id=\"searchInput\" placeholder=\"🔍 Filter\""
" style=\"width: 8rem; border-radius: 0.2rem; color: black;" " style=\"width: 8rem; border-radius: 0.2rem; color: black;"
" padding-left: .2rem;\"></form> | Versions | Clusters |") " padding-left: .2rem;\"></form> | Versions | Clusters |")
print("| ------ | -------- | -------- |") print("| ------ | -------- | -------- |")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment