dashboard: Fix wrong testids
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2022-04-14 13:55:39 +02:00
parent ef1acd369a
commit d0f3a9c3fb
2 changed files with 12 additions and 8 deletions

View file

@ -45,8 +45,8 @@ const tuto_progress = [
205: { title: "HTTPS on delegated domain", icon: "4", label: "HTTPS on NS"},
206: { title: "Matrix Federation", icon: "5", label: "Matrix SRV"},
207: { title: "Matrix Client", icon: "6", label: "Matrix CLT"},
209: { title: "RH access net", icon: "7", label: "RH net"},
210: { title: "DG access net", icon: "8", label: "DG net"},
211: { title: "CM access net", icon: "9", label: "CM net"},
208: { title: "RH access net", icon: "7", label: "RH net"},
209: { title: "DG access net", icon: "8", label: "DG net"},
210: { title: "CM access net", icon: "9", label: "CM net"},
},
];