token-validator: last fixes
This commit is contained in:
parent
4d768e268a
commit
4e23744f60
3 changed files with 15 additions and 13 deletions
|
@ -1,15 +1,16 @@
|
|||
var tuto_progress = [
|
||||
{
|
||||
1: { title: "Is alive?", label: "t1"},
|
||||
2: { title: "DMZ reached", label: "t2"},
|
||||
3: { title: "HTTPS on + time", label: "t3"},
|
||||
4: { title: "DNS ok", label: "t4"},
|
||||
5: { title: "On Internet", label: "t5"},
|
||||
6: { title: "Bonus caché", label: "b0"},
|
||||
7: { title: "Bonus ICMP", label: "b1"},
|
||||
8: { title: "Bonus disk", label: "b2"},
|
||||
9: { title: "Bonus email", label: "b3"},
|
||||
10: { title: "Uploaded SSH key", label: "ssh"},
|
||||
1: { title: "Is alive?", label: "👋"},
|
||||
2: { title: "DMZ reached", label: "📚"},
|
||||
3: { title: "HTTPS on + time", label: "⏲"},
|
||||
4: { title: "DNS ok", label: "🍰"},
|
||||
5: { title: "On Internet", label: "🌎"},
|
||||
6: { title: "Bonus caché", label: "b"},
|
||||
7: { title: "Bonus ICMP", label: "🏓"},
|
||||
8: { title: "Bonus disk", label: "💽"},
|
||||
9: { title: "Bonus email", label: "📧"},
|
||||
10: { title: "Wg tunnel", label: "🚇"},
|
||||
11: { title: "Uploaded SSH key", label: "💊"},
|
||||
},
|
||||
{
|
||||
100: { title: "HTTP", label: "HTTP"},
|
||||
|
|
Reference in a new issue