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

[NIFI-2027] Responsive Tables #577

Closed
wants to merge 1 commit into from

Conversation

scottyaslan
Copy link
Contributor

@scottyaslan scottyaslan commented Jun 24, 2016

-Processor config properties tables
-Summary Tables
-Counters Table
-History Table
-Data Provenance Table
-Template Table
-Process Group Config, Controller Services table
-Settings Controller Services Table
-Settings Reporting Tasks Table
-New Processor Types Table
-Controller Services Types Table
-Reporting Tasks Types Table
-Queue Listing Table
-Component State Table
-Flow File Details dialog
-listing request status dialog

@mcgilman
Copy link
Contributor

Reviewing...

@mcgilman
Copy link
Contributor

@scottyaslan Looks like this PR addresses the size issues we were seeing with the exception of the queue listing table and the comopnent state table. The only additional comment I have is around the use of Javascript to re-calculate the table height. Where possible we should allow CSS to do this to avoid the extra cycles keep it simple.

I'll wait for an update that includes the few extra tables before I merge. Thanks!

if (top === window) {
provenanceTableHeight -= 80; //80 for padding
}
$('#provenance-table').height(provenanceTableHeight).show();
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this logic is unnecessary as the provenance table is bound from the bottom using position absolute. The height should adjust due to the CSS rules.

@mcgilman
Copy link
Contributor

Thanks @scottyaslan! This has been merged into master.

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