private function buildPropertyView(NuanceSource $source)
 {
     $viewer = $this->getViewer();
     $properties = id(new PHUIPropertyListView())->setViewer($viewer);
     $definition = $source->getDefinition();
     $properties->addProperty(pht('Source Type'), $definition->getName());
     return $properties;
 }