sensu / uchiwa

Uchiwa is a simple yet effective open-source dashboard for the Sensu monitoring framework.
https://uchiwa.io
MIT License
920 stars 175 forks source link

Event pages should link their client directly to the client page #154

Open solarkennedy opened 9 years ago

solarkennedy commented 9 years ago

cc @pauloconnor if he wants to take this on.

It would be kinda nice if the client info box on an event page linked directly to the client.

There is a breadcrumbs link at the top, but still, it is nice to be discover-able.

Also on my wishlist of interconnected pages:

exeral commented 7 years ago

The client check details page ( /#/client/sensu/hostname?check=checkname ) could also be more interconnected:

Client details page: each value of the "subscriptions" field on the lcient details should link to /#/clients?subscription=sub_NAME

more generally: each occurence of a client should link to the client details page ( /#/client/sensu/hostname ) each occurence of a client check should link the client check details pages ( /#/client/sensu/hostname?check=checkname )

I especially thinks to the aggregates page that is missing that