sensu / uchiwa

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

When clicking on an alert on events view, I'd like to be able to open it in a new tab #381

Open cintiadr opened 9 years ago

cintiadr commented 9 years ago

I'd love to be able to click command + click and actually open it in another tab. Right now, it just opens on the same screen, making me sad to go back and forward to open all the alerts I need.

nhooey commented 8 years ago

@palourde This is probably one of the most annoying issues with Uchiwa that would mitigate lots of other issues with saving search options like sort, max_items, and others, since creating new tabs prevents you from losing those settings anyway.

Could you fix this soon?

nhooey commented 8 years ago

@palourde Can you fix this soon?

palourde commented 8 years ago

Unfortunately I was unsuccessful at bringing this enhancement last time I tried (https://github.com/sensu/uchiwa/issues/410). I would be extremely grateful if anyone could help us with this matter!

Gillingham commented 7 years ago

For things like the client view, is the desired behaviour actually to have the entire row a link? Would it be acceptable to change just the client name to being a link, this behavour as it is, is a bit odd from a UX perspective. You see the entire row as clickable, but if you click say to the left or right of the checkbox, nothing happens, if you click more towards the SIlence icon the silence diagram pops up, only further right does the clicking finally do anything.

I think one improvement would be to simply make just the client name a link instead of the entire row.

nhooey commented 7 years ago

I agree. It's also really easy to make the name a link, and it's intuitive when it's a blue underlined word. On Tue, May 9, 2017 at 19:01 Eric Gillingham notifications@github.com wrote:

For things like the client view, is the desired behaviour actually to have the entire row a link? Would it be acceptable to change just the client name to being a link, this behavour as it is, is a bit odd from a UX perspective. You see the entire row as clickable, but if you click say to the left or right of the checkbox, nothing happens, if you click more towards the SIlence icon the silence diagram pops up, only further right does the clicking finally do anything.

I think one improvement would be to simply make just the client name a link instead of the entire row.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sensu/uchiwa/issues/381#issuecomment-300251205, or mute the thread https://github.com/notifications/unsubscribe-auth/AAD_soDLh1p6MeuLDO8zjVwuYrjudFRZks5r4KnlgaJpZM4GBbxN .

-- Neil Hooey Remote Contract Software Engineer

Mobile: +33 7 69 86 01 73 Google Voice: +1 347-770-6345 LinkedIn: http://linkedin.com/in/nhooey

Gillingham commented 7 years ago

@palourde thoughts? I can put together a pull request moving from ng-click to ng-href in a lot of the tables. pretty easily

palourde commented 7 years ago

@Gillingham I think thats acceptable, I have something like this in mind for the links: 1-tjjadrx7xwlhuylbmd37pg

Gillingham commented 7 years ago

In sensu/uchiwa-web#166 I actually kept the styling exactly how it was, so the links are black, but remain bold to stand out of the UI. With the change to being links they are also underlined when hovered on, and of course the normal cursor change.