uchiwa icon indicating copy to clipboard operation
uchiwa copied to clipboard

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

Open cintiadr opened this issue 9 years ago • 8 comments

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.

cintiadr avatar Sep 22 '15 08:09 cintiadr

@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 avatar Apr 06 '16 20:04 nhooey

@palourde Can you fix this soon?

nhooey avatar Jun 28 '16 20:06 nhooey

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!

palourde avatar Jun 28 '16 20:06 palourde

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.

Gillingham avatar May 09 '17 18:05 Gillingham

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 [email protected] 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

nhooey avatar May 09 '17 19:05 nhooey

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

Gillingham avatar May 09 '17 20:05 Gillingham

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

palourde avatar May 10 '17 11:05 palourde

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.

Gillingham avatar May 10 '17 16:05 Gillingham