Skip to content

Commit

Permalink
Network Provider timelines button fix.
Browse files Browse the repository at this point in the history
Changed timelines button to send up an AJAX transaction similar to other areas in the product and added Timeline data availability check around the button to be consistent.

https://bugzilla.redhat.com/show_bug.cgi?id=1419908
  • Loading branch information
h-kataria committed Feb 7, 2017
1 parent 678e0ca commit 2131ee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ApplicationHelper::Toolbar::EmsNetworkCenter < ApplicationHelper::Toolbar:
'product product-timeline fa-lg',
N_('Show Timelines for this Network Provider'),
N_('Timelines'),
:url => "/show",
:klass => ApplicationHelper::Button::EmsTimeline,
:url_parms => "?display=timeline"),
]
),
Expand Down

0 comments on commit 2131ee0

Please sign in to comment.