Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
4ff4859e
Commit
4ff4859e
authored
Dec 13, 2015
by
LE GAC Renaud
Browse files
Define the filename exporting metrics.
parent
990d61e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
views/metrics/index.html
views/metrics/index.html
+5
-2
No files found.
views/metrics/index.html
View file @
4ff4859e
...
...
@@ -101,8 +101,11 @@
// instantiate the grid with a summary row.
// data can be extracted via the plugin pGridExport
//
var
grid
=
Ext
.
create
(
'
Ext.grid.Panel
'
,
{
plugins
:
[
'
pGridExport
'
],
var
grid
=
Ext
.
create
(
'
App.grid.Panel
'
,
{
plugins
:
[{
fileRoot
:
'
metrics
'
,
ptype
:
'
pGridExport
'
}],
store
:
Ext
.
create
(
'
Ext.data.ArrayStore
'
,
cfgStore
),
columns
:
columns
,
features
:
[{
ftype
:
'
summary
'
}],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment