dashboard: add tests for TP3

This commit is contained in:
nemunaire 2021-03-21 21:04:00 +01:00
parent 12c74ebbb3
commit 6b81aebc71

View File

@ -23,6 +23,16 @@ var tuto_progress = [
107: { title: "DNSSEC (bonus)", icon: "7", label: "DNSSEC"},
},
{
200: { title: "HTTP", label: "HTTP"},
200: { title: "PONG resolver", icon: "0", label: "PONG srv"},
201: { title: "HTTP on IP", icon: "1", label: "HTTP IP"},
203: { title: "DNS Delegation", icon: "2", label: "DNS"},
204: { title: "HTTP on delegated domain", icon: "3", label: "HTTP on NS"},
205: { title: "HTTPS on delegated domain", icon: "4", label: "HTTPS on NS"},
206: { title: "Matrix", icon: "5", label: "Matrix"},
208: { title: "DHCP in RH", icon: "6", label: "DHCP RH"},
209: { title: "RH access news", icon: "7", label: "RH news"},
210: { title: "RH access net", icon: "8", label: "RH net"},
211: { title: "DHCP Guests", icon: "9", label: "DHCP Guest"},
212: { title: "Guests access net but not news", icon: "A", label: "Guest net"},
},
];