From aeeabdc41c96d8da96526011a8a9b3b831b58a5b Mon Sep 17 00:00:00 2001 From: kyg516 Date: Mon, 3 Oct 2016 13:56:28 +0900 Subject: [PATCH] Update --- app/views/node/index.html.erb | 4 ++-- app/views/volume/index.html.erb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"); } }); });