diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index f16f450c2b69fa75a7417a7e1a35c9cec97c3c47..746eda158f50a8915dab907892dcabb394c92397 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -3,6 +3,7 @@
 HEAD
    - Add the plugin App.grid.plugin.Export.
    - Mask the whole viewport during loading a PanelWithUrlSelector.
+   - Version information can be export via the plugin pGridExport.
 
 0.6.1.7 (Sep 2014)
    - Use inline script and Ext.grid.Panel to display software versions
diff --git a/views/plugin_dbui/versions.html b/views/plugin_dbui/versions.html
index 7f09168228be39a8b1408c0ebb7170fde33b3082..2f78897bbae5850d4069030a32cb706eebd408c4 100644
--- a/views/plugin_dbui/versions.html
+++ b/views/plugin_dbui/versions.html
@@ -35,6 +35,7 @@
     //
 
     var grid = Ext.create('Ext.grid.Panel', {
+        plugins: ['pGridExport'],
         store: Ext.create('Ext.data.ArrayStore', cfgStore),
         columns: [
             {text: "Software", dataIndex: 'code', flex: 0.8},