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