Gui issue on startup
mdtabrezpasha opened this issue · 5 comments
@mdtabrezpasha
can you please look at the console output?
you seem to be using Firefox: CTRL+SHIFT+K to open that.
the information there should provide more insight in what is going on...
the initial content that you see is from file index.html
, so basic setup of rest_cherrypy
is ok, and the app
entry in the rest_cherrypy
block is also ok.
but all other files are found using the entries static
and static_path
, please check both.
I get the same effect when value for static
is not correct... (must be /static
)
I get the same effect when value for static_path
is not correct... (must be full path to .../SaltGUI/saltgui/static
)
the directory static
and everything below should be readable for user salt
(which is the user-id used by salt-api).
I get the same effect when the files are not readable or when the directories are not readable+executable...
hope this helps...
you were right.. static folder setting was the problem. the path in the master file was wrong.. Thank's a lot of helping brother. you can close this issue. Thanks again.