use of util.StorageStatsWrapper in project coprhd-controller by CoprHD.
the class Licensing method listJson.
public static void listJson() {
License license = LicenseUtils.getLicense();
StorageStatsWrapper storageStatsWrapper = getStats();
List<LicenseFeatureDataTable.FeatureInfo> features = LicenseFeatureDataTable.features(license, storageStatsWrapper);
renderJSON(DataTablesSupport.createJSON(features, params));
}
Aggregations