diff --git a/src/applications/files/controller/PhabricatorFileInfoController.php b/src/applications/files/controller/PhabricatorFileInfoController.php index 1bee4da668..66d78f80a3 100644 --- a/src/applications/files/controller/PhabricatorFileInfoController.php +++ b/src/applications/files/controller/PhabricatorFileInfoController.php @@ -213,6 +213,9 @@ final class PhabricatorFileInfoController extends PhabricatorFileController { pht('%s px', new PhutilNumber($height))); } + $finfo->addProperty( + pht('Cacheable'), + $file->getCanCDN() ? pht('Yes') : pht('No')); $storage_properties = new PHUIPropertyListView(); $box->addPropertyList($storage_properties, pht('Storage'));