@ -80,7 +80,7 @@
$("#type-dropdown").append("<option>" + type + "</option>");
});
// Hide if there is only have server.
if(types.length == 1 && types[0] == "Cliet") $("#type-dropdown").attr("hidden", true);
if(types.length == 1 && types[0] == "Client") $("#type-dropdown").attr("hidden", true);
$("#type-dropdown").change();
Object.keys(result).forEach(element => {