Skip to content
Snippets Groups Projects
Commit c9fc528f authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Data on version can be exported.

parent 66fed448
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment