small fix for authorizationb
This commit is contained in:
parent
aa1078340e
commit
f2860dee59
|
@ -1,4 +1,10 @@
|
||||||
class Admin::SitePanelController < OrbitAdminController
|
class Admin::SitePanelController < OrbitAdminController
|
||||||
|
|
||||||
|
def initialize
|
||||||
|
super
|
||||||
|
@app_title = "client_management"
|
||||||
|
end
|
||||||
|
|
||||||
def index
|
def index
|
||||||
@site_construct = SiteConstruct.new
|
@site_construct = SiteConstruct.new
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue