dashboard: Fix wrong testids
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ef1acd369a
commit
d0f3a9c3fb
@ -16,6 +16,8 @@ const (
|
|||||||
DNSSEC
|
DNSSEC
|
||||||
PingResolver
|
PingResolver
|
||||||
DHCPonRH
|
DHCPonRH
|
||||||
|
DHCPonDG
|
||||||
|
DHCPonCM
|
||||||
DHCPonGuests
|
DHCPonGuests
|
||||||
RHaccessNews
|
RHaccessNews
|
||||||
RHaccessNet
|
RHaccessNet
|
||||||
@ -43,10 +45,12 @@ var CheckMap = map[int]map[AdlinTest]int{
|
|||||||
HTTPSonDelegatedDomain: 205,
|
HTTPSonDelegatedDomain: 205,
|
||||||
MatrixSrv: 206,
|
MatrixSrv: 206,
|
||||||
MatrixClt: 207,
|
MatrixClt: 207,
|
||||||
DHCPonRH: 209,
|
DHCPonRH: 208,
|
||||||
DHCPonGuests: 212,
|
DHCPonDG: 209,
|
||||||
RHaccessNews: 210,
|
DHCPonCM: 210,
|
||||||
RHaccessNet: 211,
|
DHCPonGuests: 213,
|
||||||
GuestNet: 213,
|
RHaccessNews: 211,
|
||||||
|
RHaccessNet: 212,
|
||||||
|
GuestNet: 214,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -45,8 +45,8 @@ const tuto_progress = [
|
|||||||
205: { title: "HTTPS on delegated domain", icon: "4", label: "HTTPS on NS"},
|
205: { title: "HTTPS on delegated domain", icon: "4", label: "HTTPS on NS"},
|
||||||
206: { title: "Matrix Federation", icon: "5", label: "Matrix SRV"},
|
206: { title: "Matrix Federation", icon: "5", label: "Matrix SRV"},
|
||||||
207: { title: "Matrix Client", icon: "6", label: "Matrix CLT"},
|
207: { title: "Matrix Client", icon: "6", label: "Matrix CLT"},
|
||||||
209: { title: "RH access net", icon: "7", label: "RH net"},
|
208: { title: "RH access net", icon: "7", label: "RH net"},
|
||||||
210: { title: "DG access net", icon: "8", label: "DG net"},
|
209: { title: "DG access net", icon: "8", label: "DG net"},
|
||||||
211: { title: "CM access net", icon: "9", label: "CM net"},
|
210: { title: "CM access net", icon: "9", label: "CM net"},
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user