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");
}
});
});