Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r5179 - branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions

Subject: perfsonar development work

List archive

perfsonar: r5179 - branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r5179 - branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions
  • Date: Tue, 16 Jun 2009 11:44:33 -0400

Author: iva
Date: 2009-06-16 11:44:33 -0400 (Tue, 16 Jun 2009)
New Revision: 5179

Modified:

branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions/ShowEndpointsAction.java
Log:
Fix for bug 738. "Cancel" button created on the Select service addresses
panel.

Modified:
branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions/ShowEndpointsAction.java
===================================================================
---
branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions/ShowEndpointsAction.java
2009-06-16 15:07:17 UTC (rev 5178)
+++
branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions/ShowEndpointsAction.java
2009-06-16 15:44:33 UTC (rev 5179)
@@ -195,7 +195,7 @@
public void makeQueryFromResponse() {}
};

- PSUIAction[] actions = new PSUIAction[7];
+ PSUIAction[] actions = new PSUIAction[8];

actions[0] = new EchoAction(echoRequest, emptyUserData,endpoints);
actions[1] = new SelectAllEndpointsAction(endpoints,true,"Select
all");
@@ -204,6 +204,7 @@
actions[4] = new FileEndpointsAction(endpoints,false);
actions[5] = new NewEndpointAction(endpoints);
actions[6] = new DeleteEndpointAction(endpoints);
+ actions[7] = new CancelChangesEndpointAction(endpoints);

return actions;
}



  • perfsonar: r5179 - branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions, svnlog, 06/16/2009

Archive powered by MHonArc 2.6.16.

Top of Page