Skip to content

Dead tables always render on tserver monitor page#6397

Open
ArbaazKhan1 wants to merge 1 commit into
apache:2.1from
ArbaazKhan1:accumulo-6379
Open

Dead tables always render on tserver monitor page#6397
ArbaazKhan1 wants to merge 1 commit into
apache:2.1from
ArbaazKhan1:accumulo-6379

Conversation

@ArbaazKhan1
Copy link
Copy Markdown
Contributor

closes issue #6379

Added a drawCallback function to the Dead Tablet Servers DataTable initialization so that the table's visibility is explicitly toggled based on whether it has rows to display.

}
else {
$('#deadtservers_wrapper').show();
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

spacing seems off here

]
],

// Only show the table if there are non-empty rows
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This comment suggests that maybe we should never hide the table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants