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

Fixing overlapping of metric names #124

Merged
merged 3 commits into from Oct 10, 2018

Conversation

damianpm
Copy link
Contributor

Fixing overlapping of metric and methods names in tables

Which issue(s) this PR fixes
https://issues.jboss.org/browse/THREESCALE-1389

Verification steps
You need to create an Application Plan previously, with some long metrics and methods names.
Then, go to APIS > Application Plans, then select an Application Plan

Before:
before-1

After
after-1

BEFORE:
before-2

After
after-2

Signed-off-by: Damian Peralta <dperalta@redhat.com>
thomasmaas
thomasmaas previously approved these changes Oct 10, 2018
@damianpm damianpm changed the title [WIP] Fixing overlapping of metric names Fixing overlapping of metric names Oct 10, 2018
@@ -1,5 +1,5 @@
<%= content_tag('tr', :id => dom_id(metric), :class => metric.child? ? 'child' : 'root') do %>
<td class="title"><%= h metric.friendly_name %></td>
<td class="title" title=<%= h metric.friendly_name %>><%= h metric.friendly_name %></td>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

title="<%= h metric.friendly_name %>"

@thomasmaas thomasmaas merged commit 33515c3 into master Oct 10, 2018
@thomasmaas thomasmaas deleted the THREESCALE-1389-Application-Plan-UI-Long-Names branch October 10, 2018 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants