isAllocDataSourceEmpty()

in src/app/components/nodes-view/nodes-view.component.ts [184:186]


  isAllocDataSourceEmpty() {
    return this.allocDataSource.data && this.allocDataSource.data.length === 0;
  }