From eb26d1787bd40fff2bed9e6ee503b18eea3b724e Mon Sep 17 00:00:00 2001 From: xq2005 Date: Mon, 27 Dec 2010 09:02:40 +0000 Subject: [PATCH] create and remove associations git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8515 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/monitor/rmcmon.js | 73 +++++++++++++++++++++++++++-- xCAT-server/lib/xcat/plugins/web.pm | 27 ++++++++--- 2 files changed, 89 insertions(+), 11 deletions(-) diff --git a/xCAT-UI/js/monitor/rmcmon.js b/xCAT-UI/js/monitor/rmcmon.js index 2fcd7f4b3..9d6da7806 100644 --- a/xCAT-UI/js/monitor/rmcmon.js +++ b/xCAT-UI/js/monitor/rmcmon.js @@ -788,7 +788,7 @@ function loadRmcEventConfig(){ }); $('#rmcEventDiv').append(mkResponseBut); - var mkConResBut = createButton('Make Association'); + var mkConResBut = createButton('Configure Association'); mkConResBut.bind('click', function(){ mkCondRespDia(); }); @@ -804,13 +804,12 @@ function loadRmcEventConfig(){ * */ function mkCondRespDia(){ - var diaDiv = $('
'); + var diaDiv = $('
'); //2 fieldset conditions, response diaDiv.append('
Predefined Condition
'); diaDiv.append('
ResponsePlase select condition first.
'); - - + diaDiv.append('