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

Feature Request #73

Open
hariseldon99 opened this issue Jul 24, 2020 · 1 comment
Open

Feature Request #73

hariseldon99 opened this issue Jul 24, 2020 · 1 comment

Comments

@hariseldon99
Copy link

hariseldon99 commented Jul 24, 2020

Maybe add a html link to the actual service in each item in the "Services Status" box (if it is a web service)? A quick and dirty hack of "js/esm.js" can implement this for web based services as in the diff below

269c269
<     
---
> 
274c274
<         var $ip = location.host;
---
> 
279c279
<           
---
> 
283c283
<             html += '<td>'+'<a href="http://'+$ip+':'+data[line].port+'">'+data[line].name+'</a></td>';
---
>             html += '<td>'+data[line].name+'</td>';

This can link to web based services running on non-service ports like so:

Screenshot from 2020-07-24 12-24-07

Maybe add a boolean entry in config json for each service that decides whether to include the link or not?

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

2 participants
@hariseldon99 and others