uforwarder-core/src/main/resources/masterJobs.html [133:151]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
$.ajax({
url: "./navJson",
success: function( result ) {
$( "#title" ).html( result.service + " " + result.role + " on " + result.host );
}
})
} );