created breadcrumb
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
class ServersController < ApplicationController
|
||||
|
||||
|
||||
active_scaffold :server do |conf|
|
||||
conf.columns = [:name, :operating_system]
|
||||
conf.columns[:operating_system].form_ui = :select
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user