let storageData = [
      {value: 427, label: 'In use', colorIndex: 'accent-1',
        onClick: this._onClickUtilization.bind(this, 'diskUsed')},
      {value: 573, label: 'Available', colorIndex: 'unset'}
    ];