Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A readlog bug #20

Closed
FAKERINHEART opened this issue Aug 5, 2016 · 1 comment
Closed

A readlog bug #20

FAKERINHEART opened this issue Aug 5, 2016 · 1 comment

Comments

@FAKERINHEART
Copy link

FAKERINHEART commented Aug 5, 2016

I name a subprocess of one supervisor node such as aaa_server.bin. And when I click its 'read log' button, no response, but when I change its name to aaa_server(without '.bin'), I can its button has response.
I find that the subprocess name can not contain ".", otherwise its readlog function can not be accessed.
qq 20160805112137

@ultimate010
Copy link

I've also have this problem. I fix it in /cesi/static/custom.js.

var classname = "log"; 
var $dia = $("."+classname); 

The processname was used as classname, which will cause jquery error, so I change it to "log";

@f9n f9n closed this as completed Aug 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants