Nguyen Anh
Nguyen Anh
@Co7omo Hey. you can run it deamon with `pm2` (sudo npm install pm2 -g). At command run `env HOST=0.0.0.0 pm2 start crontab-ui -- --autosave`. It work for me.
@at-binhcq i think we search by key-word. so result is good and exactly
i think there are gem runtime_dependency of rubocop gem. if you install missing one of them then rubocop run error
tks your issue. i will do it
i need change ``` ruby #_header.html.slim = cell(:popup_info) ``` to ``` ruby #_header.html.slim = cell(:popup_info).to_s.html_safe ```
@apotonick oh. I'm Stupid. I changed it ``` ruby #_header.html.slim = cell(:popup_info).() ``` thanks again. :)