Displaying DistributionSet Details in Tooltip
Signed-off-by: venu1278 <venugopal.boodidadinne@in.bosch.com>
This commit is contained in:
@@ -10,11 +10,9 @@ package org.eclipse.hawkbit.ui.components;
|
|||||||
|
|
||||||
import java.net.URI;
|
import java.net.URI;
|
||||||
import java.security.SecureRandom;
|
import java.security.SecureRandom;
|
||||||
import java.util.Set;
|
|
||||||
|
|
||||||
import org.eclipse.hawkbit.repository.model.Action.Status;
|
import org.eclipse.hawkbit.repository.model.Action.Status;
|
||||||
import org.eclipse.hawkbit.repository.model.DistributionSet;
|
import org.eclipse.hawkbit.repository.model.DistributionSet;
|
||||||
import org.eclipse.hawkbit.repository.model.SoftwareModule;
|
|
||||||
import org.eclipse.hawkbit.repository.model.Target;
|
import org.eclipse.hawkbit.repository.model.Target;
|
||||||
import org.eclipse.hawkbit.repository.model.TargetIdName;
|
import org.eclipse.hawkbit.repository.model.TargetIdName;
|
||||||
import org.eclipse.hawkbit.repository.model.TargetUpdateStatus;
|
import org.eclipse.hawkbit.repository.model.TargetUpdateStatus;
|
||||||
|
|||||||
@@ -43,7 +43,6 @@ import org.eclipse.hawkbit.ui.filter.target.CustomTargetFilter;
|
|||||||
import org.eclipse.hawkbit.ui.filter.target.TargetSearchTextFilter;
|
import org.eclipse.hawkbit.ui.filter.target.TargetSearchTextFilter;
|
||||||
import org.eclipse.hawkbit.ui.filter.target.TargetStatusFilter;
|
import org.eclipse.hawkbit.ui.filter.target.TargetStatusFilter;
|
||||||
import org.eclipse.hawkbit.ui.filter.target.TargetTagFilter;
|
import org.eclipse.hawkbit.ui.filter.target.TargetTagFilter;
|
||||||
import org.eclipse.hawkbit.ui.filtermanagement.CreateOrUpdateFilterTable.TooltipGenerator;
|
|
||||||
import org.eclipse.hawkbit.ui.management.event.DragEvent;
|
import org.eclipse.hawkbit.ui.management.event.DragEvent;
|
||||||
import org.eclipse.hawkbit.ui.management.event.ManagementUIEvent;
|
import org.eclipse.hawkbit.ui.management.event.ManagementUIEvent;
|
||||||
import org.eclipse.hawkbit.ui.management.event.ManagementViewAcceptCriteria;
|
import org.eclipse.hawkbit.ui.management.event.ManagementViewAcceptCriteria;
|
||||||
@@ -96,7 +95,6 @@ import com.vaadin.ui.Label;
|
|||||||
import com.vaadin.ui.Table;
|
import com.vaadin.ui.Table;
|
||||||
import com.vaadin.ui.UI;
|
import com.vaadin.ui.UI;
|
||||||
import com.vaadin.ui.themes.ValoTheme;
|
import com.vaadin.ui.themes.ValoTheme;
|
||||||
import com.vaadin.ui.AbstractSelect.ItemDescriptionGenerator;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Concrete implementation of Target table.
|
* Concrete implementation of Target table.
|
||||||
@@ -1083,7 +1081,6 @@ public class TargetTable extends AbstractTable<Target, TargetIdName> implements
|
|||||||
return !managementUIState.getTargetTableFilters().getClickedTargetTags().isEmpty();
|
return !managementUIState.getTargetTableFilters().getClickedTargetTags().isEmpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* tooltip for assignedDS and installedDS
|
* tooltip for assignedDS and installedDS
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -46,8 +46,6 @@ public class ProxyRollout extends Rollout {
|
|||||||
|
|
||||||
private Set<SoftwareModule> swModules;
|
private Set<SoftwareModule> swModules;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the isRequiredMigrationStep
|
* @return the isRequiredMigrationStep
|
||||||
*/
|
*/
|
||||||
@@ -65,7 +63,6 @@ public class ProxyRollout extends Rollout {
|
|||||||
this.isRequiredMigrationStep = isRequiredMigrationStep;
|
this.isRequiredMigrationStep = isRequiredMigrationStep;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the discription
|
* @return the discription
|
||||||
*/
|
*/
|
||||||
@@ -98,6 +95,7 @@ public class ProxyRollout extends Rollout {
|
|||||||
public void setType(String type) {
|
public void setType(String type) {
|
||||||
this.type = type;
|
this.type = type;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @return the Set of Software modules
|
* @return the Set of Software modules
|
||||||
@@ -105,6 +103,7 @@ public class ProxyRollout extends Rollout {
|
|||||||
public Set<SoftwareModule> getSwModules() {
|
public Set<SoftwareModule> getSwModules() {
|
||||||
return swModules;
|
return swModules;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param swModules
|
* @param swModules
|
||||||
* Set<SoftwareModule> to set
|
* Set<SoftwareModule> to set
|
||||||
|
|||||||
Reference in New Issue
Block a user