use of models.datatable.ApplicationSnapshotDataTable in project coprhd-controller by CoprHD.
the class BlockApplications method getAssociatedSnapshots.
public static void getAssociatedSnapshots(String id, String snapSet) {
renderArgs.put("dataTable", new ApplicationSnapshotDataTable());
VolumeGroupRestRep application = AppSupportUtil.getApplication(id);
String snapLabel = id + "~~~" + snapSet;
render(application, snapLabel, snapSet);
}
Aggregations