diff --git a/app/views/node/index.html.erb b/app/views/node/index.html.erb index 35e12f5..7b73501 100644 --- a/app/views/node/index.html.erb +++ b/app/views/node/index.html.erb @@ -7,7 +7,7 @@
-
+

Add Node

@@ -70,7 +70,7 @@
-
+

Node List

diff --git a/app/views/volume/index.html.erb b/app/views/volume/index.html.erb index 409eda2..cb647e4 100644 --- a/app/views/volume/index.html.erb +++ b/app/views/volume/index.html.erb @@ -121,7 +121,7 @@ $(document).ready(function(){ }, data: {mount_point: mnt_point, volume_name: vol_name}, success: function(result){ - $(location).attr('href',"#"); + $(location).attr('href',"/volume/index"); } }); }); @@ -164,7 +164,7 @@ $(document).ready(function(){ }, data: { volume_name : volume_name, volume_type : volume_type, num_of_brick : num_of_brick, bricks : bricks }, success : function(result){ - $(location).attr('href',"#"); + $(location).attr('href',"/volume/index"); } }); });