mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Indent
This commit is contained in:
parent
93dcb0ec74
commit
7c1926fde0
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ local rest_utils = {
|
|||
user_already_existing = { http_code = 409, rc = -23, str = "USER_ALREADY_EXISTING"},
|
||||
user_does_not_exist = { http_code = 409, rc = -24, str = "USER_DOES_NOT_EXIST"},
|
||||
edit_user_failed = { http_code = 400, rc = -25, str = "EDIT_USER_FAILED"},
|
||||
snmp_device_interface_status_change_failed = { http_code = 400, rc = -26, str = "SNMP_DEVICE_INTERFACE_STATUS_CHANGE_FAILED"},
|
||||
snmp_device_interface_status_change_failed = { http_code = 400, rc = -26, str = "SNMP_DEVICE_INTERFACE_STATUS_CHANGE_FAILED"},
|
||||
configuration_file_mismatch = { http_code = 400, rc = -27, str = "CONFIGURATION_FILE_MISMATCH" },
|
||||
partial_import = { http_code = 409, rc = -28, str = "PARTIAL_IMPORT" },
|
||||
-- Infrastructure Dashboard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue