Author: orudyy
Date: Thu Nov  3 16:01:54 2016
New Revision: 1767914

URL: http://svn.apache.org/viewvc?rev=1767914&view=rev
Log:
QPID-7483: Fix name in confirmation message for trustore deletion

Modified:
    
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/TrustStore.js

Modified: 
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/TrustStore.js
URL: 
http://svn.apache.org/viewvc/qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/TrustStore.js?rev=1767914&r1=1767913&r2=1767914&view=diff
==============================================================================
--- 
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/TrustStore.js
 (original)
+++ 
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/TrustStore.js
 Thu Nov  3 16:01:54 2016
@@ -178,7 +178,7 @@ define(["dojo/dom",
 
         TrustStore.prototype.deleteKeyStore = function ()
         {
-            if (confirm("Are you sure you want to delete trust store '" + 
this.keyStoreName + "'?"))
+            if (confirm("Are you sure you want to delete trust store '" + 
this.name + "'?"))
             {
                 var that = this;
                 this.management.remove(this.modelObj)



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to