mikeTWC1984

Results 151 comments of mikeTWC1984

Possible implementation using jquery ui tooltip ![image](https://user-images.githubusercontent.com/31977106/99343335-a7f63e80-285b-11eb-96cc-97267b708742.png) to enable custom html for tooltip: ```js //$(function () { $(document).tooltip({ show: null }); }); $(function () { $.widget("ui.tooltip", $.ui.tooltip, { options: {...

For "how to" kind of question you can try stackoverflow. We can create cronicle tag. In many case answers are in readme, although it might be challenging to find it.

I'm not an author or even contributor of cronicle, so let me quote jhuckaby on your Orchestra question: _The rewrite is more because Cronicle was first written back in 2015,...

If you add hidden parameter to that HTTP plugin, it would work exactly as you mention Say add parameter with id "token1", type hidden, value 123456 Then user can specify...

you can also pass custom json to HTTP plugin from other job via chaining. Say create shell plugin job that outputs object like ```json { "chain_data": { "token1":123456 } }...

Yeah, it's more like obscuring. User can explore all these parameters in browser dev tools (even if it's not displayed in logs or UI). User also can modify url to...

Just curious, are you running it on some vm with limited resources, like droplet/raspberry pi, and how many jobs are running

Are you under reverse proxy? Did you change any js files manually after install? Also, what do you see in browser's console (in dev tools?)

I guess check if /opt/cronicle/htdocs/js/common/base.js file exists or have right permission (is readable by user running cronicle )

Looks like documented api endpoints mainly related to event management, there is one for toggling state but I can't see one just for reading. As a workaround you can capture...