From c9fc528fe77e21013721fa67cce03d565bdea893 Mon Sep 17 00:00:00 2001
From: Renaud Le Gac <legac@cppm.in2p3.fr>
Date: Fri, 26 Sep 2014 15:58:13 +0200
Subject: [PATCH] Data on version can be exported.

---
 static/plugin_dbui/CHANGELOG    | 1 +
 views/plugin_dbui/versions.html | 1 +
 2 files changed, 2 insertions(+)

diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index f16f450c..746eda15 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 7f091682..2f78897b 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},
-- 
GitLab