dashboard: add TP3
This commit is contained in:
parent
e1642827d1
commit
7d2976c2be
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ var tuto_progress = [
|
||||||
102: { title: "DNS", label: "DNS"},
|
102: { title: "DNS", label: "DNS"},
|
||||||
103: { title: "Matrix", label: "Matrix"},
|
103: { title: "Matrix", label: "Matrix"},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
200: { title: "HTTP", label: "HTTP"},
|
||||||
|
201: { title: "HTTPS", label: "HTTPS"},
|
||||||
|
202: { title: "DNS", label: "DNS"},
|
||||||
|
203: { title: "Matrix", label: "Matrix"},
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue