You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2014/10/17 09:14:29 UTC

git commit: ARGUS-92:Fixed Test Connection popup not appearing during server response of Not Found

Repository: incubator-argus
Updated Branches:
  refs/heads/master 31801c0a5 -> d789b9c08


ARGUS-92:Fixed Test Connection popup not appearing during server response of Not Found

Signed-off-by: sneethiraj <sn...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-argus/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-argus/commit/d789b9c0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/d789b9c0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/d789b9c0

Branch: refs/heads/master
Commit: d789b9c08e3a8f4ab12b621271943d9f1f0e9ff0
Parents: 31801c0
Author: vperiasamy <vp...@hortonworks.com>
Authored: Thu Oct 16 01:47:41 2014 -0400
Committer: sneethiraj <sn...@apache.org>
Committed: Fri Oct 17 03:14:06 2014 -0400

----------------------------------------------------------------------
 security-admin/src/main/webapp/scripts/views/asset/AssetCreate.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/d789b9c0/security-admin/src/main/webapp/scripts/views/asset/AssetCreate.js
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/scripts/views/asset/AssetCreate.js b/security-admin/src/main/webapp/scripts/views/asset/AssetCreate.js
index b49b950..3a7e06f 100644
--- a/security-admin/src/main/webapp/scripts/views/asset/AssetCreate.js
+++ b/security-admin/src/main/webapp/scripts/views/asset/AssetCreate.js
@@ -267,6 +267,7 @@ define(function(require){
 							bootbox.alert("Connected Successfully.");
 					},
 					error: function (msResponse, options) {
+						bootbox.alert("Connection Failed.");
 					}	
 				});
 		},