diff --git a/app/controllers/volume_controller.rb b/app/controllers/volume_controller.rb
index 3b452c3..9bc98a8 100644
--- a/app/controllers/volume_controller.rb
+++ b/app/controllers/volume_controller.rb
@@ -92,4 +92,11 @@ class VolumeController < ApplicationController
files = file_directory(params[:path])
render :json => {:file => files , :current => @current_dir}
end
+
+ def mount
+ puts "@@@@@@@@@@"
+ puts params[:volume_id]
+ puts "##########"
+ redirect_to '/volume/info'
+ end
end
diff --git a/app/views/volume/index.html.erb b/app/views/volume/index.html.erb
index b108cc8..efef065 100644
--- a/app/views/volume/index.html.erb
+++ b/app/views/volume/index.html.erb
@@ -53,6 +53,9 @@
Bricks1 : <%=t["Brick1"]%>
Options Reconfigured : <%=t["Options Reconfigured"]%>
performance.readdir-ahead : <%=t["performance.readdir-ahead"]%>
+ ">
+ Mount
+