From 6d04c4a947ab00c198f80c1559f08f3a8d1b9e11 Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 14 Apr 2011 18:38:26 +0000 Subject: [PATCH] Change color and cursor of "Show details" link on Update tab. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9317 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/configure/update.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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') {