summaryrefslogtreecommitdiffstats
path: root/web/api
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2022-01-04 10:11:04 +0100
committerGitHub <noreply@github.com>2022-01-04 10:11:04 +0100
commit5736b4bcb179896280cb579ee1dbe0cfa464064c (patch)
tree3b703557152bf0970cd80cdc72032a00fb6b16e7 /web/api
parent2546c02f89581b0c20f9805d65bd060ad9f8af49 (diff)
Removes ACLK Legacy (#11841)
* remove legacy from makefiles * remove ACLK Legacy from installer * remove ACLK Legacy from configure.ac * remove legacy from cmake * aclk api cleanup * remove legacy files from packaging * changes for CI from Austin
Diffstat (limited to 'web/api')
-rw-r--r--web/api/web_api_v1.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/web/api/web_api_v1.c b/web/api/web_api_v1.c
index ff5af93b32..159e896243 100644
--- a/web/api/web_api_v1.c
+++ b/web/api/web_api_v1.c
@@ -995,13 +995,7 @@ inline int web_client_api_request_v1_info_fill_buffer(RRDHOST *host, BUFFER *wb)
#else
buffer_strcat(wb, "\t\"aclk-legacy-available\": false,\n");
#endif
- buffer_strcat(wb, "\t\"aclk-implementation\": \"");
- if (aclk_ng) {
- buffer_strcat(wb, "Next Generation");
- } else {
- buffer_strcat(wb, "legacy");
- }
- buffer_strcat(wb, "\",\n");
+ buffer_strcat(wb, "\t\"aclk-implementation\": \"Next Generation\",\n");
#else
buffer_strcat(wb, "\t\"cloud-available\": false,\n");
#endif