function showSignInModal() {
    document.getElementById("sim-registry").innerHTML = NETDATA.registry.server;
    $("#signInModal").modal("show");
}