--- /public/js/pimcore/object/versions.js
+++ /public/js/pimcore/object/versions.patch.js
@@ -129,7 +129,9 @@
                         disabled : true,
                         dataIndex: "autoSave",
                         width: 50
-                    }
+                    },
+                    {text: t("output_file_name"), sortable: true, dataIndex: 'outputFileName', editable: false, width: 250},
+                    {text: t("output_file_datetime"), sortable: true, dataIndex: 'outputFileDatetime', editable: false, width: 200}
                 ],
                 stripeRows: true,
                 width: 450,
