@TabInfo(container = StorageSubTabPanelPresenter.class)
 static TabData getTabData(
     ApplicationConstants applicationConstants,
     SearchableDetailModelProvider<Disk, StorageListModel, StorageSnapshotListModel>
         modelProvider) {
   return new ModelBoundTabData(applicationConstants.snapshotsLabel(), 8, modelProvider);
 }