Dashboard version: latest
Kubernetes version: latest
Operating system: Ubuntu
Node.js version: v5.10.1
Go version: go version go1.6.2 linux/amd64
/nodes view.Only table headers are displayed in pods table.
In pods section there is information, that there is nothing to display.
What do you mean? Can you post a screenshot?
Looking at this now.

@digitalfishpond Yes, that's the problem.
Would something like this be acceptable? Or would we want the generic zerostate message ('There is nothing to display here')

Currently if there are no resources to display pods/replicasets etc., we are just hiding this element so it doesn't take space. Like in here.
So it seems, that we need only one ng-if there at the moment :)
In longer term I think it would be nice to inform users, that there are no pods scheduled on given node. Otherwise, they might think, that this feature is no implemented yet or something is not working correctly.
Fixed with #1094
Moved the general issue of showing message rather than hiding component to new issue #1095
@digitalfishpond Sure. Closing.