Add minimum width for ping and power columns so that the loader could be displayed nicely.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7588 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
1aefbcca67
commit
ad049b14a7
@ -627,6 +627,10 @@ function loadNodes(data) {
|
||||
pingCol.unbind('click');
|
||||
powerCol.unbind('click');
|
||||
|
||||
// Create enough space for loader to be displayed
|
||||
$('#nodesDataTable tbody tr td:nth-child(3)').css('min-width', '60px');
|
||||
$('#nodesDataTable tbody tr td:nth-child(4)').css('min-width', '60px');
|
||||
|
||||
// Instead refresh the ping status and power status
|
||||
pingCol.bind('click', function(event) {
|
||||
refreshPingStatus(group);
|
||||
|
Loading…
Reference in New Issue
Block a user