Author: ips
Date: 2009-08-18 18:01:53 -0400 (Tue, 18 Aug 2009)
New Revision: 677
Modified:
trunk/core/src/main/java/org/jboss/on/embedded/ui/SingleResourceOperationAction.java
Log:
fix text of GUI message
Modified:
trunk/core/src/main/java/org/jboss/on/embedded/ui/SingleResourceOperationAction.java
===================================================================
---
trunk/core/src/main/java/org/jboss/on/embedded/ui/SingleResourceOperationAction.java 2009-08-18
20:59:04 UTC (rev 676)
+++
trunk/core/src/main/java/org/jboss/on/embedded/ui/SingleResourceOperationAction.java 2009-08-18
22:01:53 UTC (rev 677)
@@ -130,7 +130,8 @@
{
resourceManager.invokeOperation(this.currentResource, operationDef,
newOperationHistory.getParameters(),
jobId);
- this.facesMessages.add("The #0 operation has been invoked. See the
operation history below for the results once the operation has completed.",
operationDef.getName());
+ this.facesMessages.add("The #0 operation has been invoked. See the
operation history below for the results once the operation has completed.",
+ operationDef.getDisplayName());
}
catch (RuntimeException e)
{
Show replies by date