Update volume/index: add overlay and file manager

This commit is contained in:
Youngkyun Kim
2016-09-02 12:37:51 +00:00
parent b3ea700922
commit bfa4e5f9b7
5 changed files with 164 additions and 66 deletions

View File

@@ -5,7 +5,7 @@ class VolumeController < ApplicationController
@volumes = Array.new
volume = Hash.new
file_directory(@config["project_path"])
file_directory("/mnt")
if get_info.blank?
flash[:danger] = "Check Server"