dashboard: Remove TP3 and make matrix optional for now
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2023-02-28 22:27:16 +01:00
parent d8d86da309
commit fcb3808b08
1 changed files with 4 additions and 4 deletions

View File

@ -35,11 +35,11 @@ const tuto_progress = [
104: { title: "HTTP on delegated domain", icon: "4", label: "HTTP on NS"},
105: { title: "HTTPS on delegated domain", icon: "5", label: "HTTPS on NS"},
106: { title: "HTTPS-SNI", icon: "6", label: "HTTPS-SNI"},
107: { title: "Matrix Federation", icon: "7", label: "Matrix SRV"},
108: { title: "Matrix Client", icon: "8", label: "Matrix CLT"},
107: { title: "Matrix Federation (bonus)", icon: "7", label: "Matrix SRV"},
108: { title: "Matrix Client (bonus)", icon: "8", label: "Matrix CLT"},
109: { title: "DNSSEC (bonus)", icon: "9", label: "DNSSEC"},
},
{
/*{
200: { title: "PONG resolver", icon: "0", label: "PONG srv"},
201: { title: "HTTP on IP (bonus)", icon: "1", label: "HTTP IP"},
203: { title: "DNS Delegation", icon: "2", label: "DNS"},
@ -50,5 +50,5 @@ const tuto_progress = [
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"},
},
},*/
];