Project

General

Profile

« Previous | Next » 

Revision 82e47ae0

Added by Amos Benari about 12 years ago

  • ID 82e47ae0f86994702c3a084cc6150250a81034ee

updates UI to bootstrap v2

View differences:

public/javascripts/compute_resource.js
if (status == "error") {
$('#vms_spinner').html("Sorry but there was an error: " + xhr.status + " " + xhr.statusText);
}
$('.dropdown-toggle').dropdown();
});
});
......
},
complete:function (result) {
$('#test_connection_indicator').hide();
$('[rel="twipsy"]').twipsy();
$('[rel="twipsy"]').tooltip();
}
});
}
......
},
complete: function(result){
$('#hwp_indicator').hide();
$('[rel="twipsy"]').twipsy();
$('[rel="twipsy"]').tooltip();
}
})
}
......
},
complete: function(result){
$('#cluster_indicator').hide();
$('[rel="twipsy"]').twipsy();
$('[rel="twipsy"]').tooltip();
}
})
}

Also available in: Unified diff