4XVYHFDLRJBRBMGFYX72UPSVHRSC5EFRDQXUK4GRENPWGK6DG7FQC
$('#[% tabName %]').load("[% uri %]");
$('#[% tabName %]').load("[% uri %]", function(response, status, xhr) {
if (status == "error") {
$('#[% tabName %]').html("<div class='alert alert-error'>Error loading tab: " + xhr.status + " " + xhr.statusText + "</div>");
}
});