diff --git a/xCAT-UI/js/configure/update.js b/xCAT-UI/js/configure/update.js
index 033a7cff7..fa97b11a4 100644
--- a/xCAT-UI/js/configure/update.js
+++ b/xCAT-UI/js/configure/update.js
@@ -277,8 +277,11 @@ function ShowUpdateResult(data) {
}
// Create link to show details
- $('#update').append('
Show details');
- $('#update a').bind('click', function() {
+ $('#update').append('
Show details');
+ $('#update a').css({
+ 'color': '#0000FF',
+ 'cursor': 'pointer'
+ }).bind('click', function() {
// Toggle details and change text
$('#resDetail').toggle();
if ($('#update a').text() == 'Show details') {