mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
fixed error for instance already existing
This commit is contained in:
parent
c748dc63b8
commit
d79fa291b4
2 changed files with 4 additions and 1 deletions
|
|
@ -69,6 +69,8 @@ local rest_utils = {
|
|||
infrastructure_instance_same_alias = { http_code = 409, rc = -38, str = "INFRASTRUCTURE_INSTANCE_SAME_ALIAS"},
|
||||
infrastructure_instance_same_url = { http_code = 409, rc = -39, str = "INFRASTRUCTURE_INSTANCE_SAME_URL"},
|
||||
infrastructure_instance_same_token = { http_code = 409, rc = -40, str = "INFRASTRUCTURE_INSTANCE_SAME_TOKEN"},
|
||||
|
||||
infrastructure_instance_already_existing = { http_code = 409, rc = -41, str = "INFRASTRUCTURE_INSTANCE_ALREADY_EXISTING"}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue