mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 17:50:13 +00:00
further implementing service page (#3)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export const serviceTypes: Record<number, string> = {
|
||||
1: "HTTP GET",
|
||||
2: "ICMP Ping",
|
||||
3: "TCPing",
|
||||
}
|
||||
|
||||
export const serviceCoverageTypes: Record<number, string> = {
|
||||
0: "All excludes specific servers",
|
||||
1: "Only specific servers",
|
||||
}
|
||||
Reference in New Issue
Block a user