diff --git a/APPL/API2/TESTER/api2_tester.asp b/APPL/API2/TESTER/api2_tester.asp
index 2006c8650f..f6b01e77e6 100644
--- a/APPL/API2/TESTER/api2_tester.asp
+++ b/APPL/API2/TESTER/api2_tester.asp
@@ -133,6 +133,7 @@ var fac_id = Request.QueryString("fac_id").Count > 0&&String(Request.QueryString
| StatusText: | |
| Duration: | |
| Records: | |
+ | Size: | |
| Result: |
diff --git a/APPL/API2/TESTER/tester.js b/APPL/API2/TESTER/tester.js
index 55668a688b..e7ded00f37 100644
--- a/APPL/API2/TESTER/tester.js
+++ b/APPL/API2/TESTER/tester.js
@@ -7,6 +7,7 @@ function callbackDone(data, textStatus, jqXHR)
$("#Duration").text(Math.floor(new Date - tm) + "ms");
var txt = String(jqXHR.responseText);
$("#Result").text(txt);
+ $("#ResultSize").text(txt.length);
var objects_count = 1;
if (jqXHR.responseText.indexOf("[") > 0)
@@ -89,11 +90,15 @@ function doInit()
function process_api_list(data)
{
$("#api").empty();
+ var lastmodule = "";
$.each( data.apis
, function (index, value)
{
- apiname = this.id;
- $("#api").append("");
+ if (lastmodule != this.modulecode)
+ $("#api").append(" |