this.version = bundleDeployment.getBundleVersion();
this.bundle = bundleDeployment.getBundleVersion().getBundle();
addMember(new BackButton(MSG.view_bundle_deploy_backButton() + ": " + deployment.getDestination().getName(),
LinkManager.getBundleDestinationLink(version.getBundle().getId(), deployment.getDestination().getId())));
addMember(new HeaderLabel(Canvas.getImgURL("subsystems/bundle/BundleDeployment_24.png"), deployment.getName()));
//conditionally add tags. Defaults to true, not available in JON builds.
if (isTagsEnabledForUI()) {
addMember(createTagEditor());
}