Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
changed width of name column in index generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Manke committed Feb 2, 2021
1 parent 282d6ee commit 800a716
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion static/main-hub/app/view/indexgenerator/IndexGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Ext.define('MainHub.view.indexgenerator.IndexGenerator', {
{
text: 'Name',
dataIndex: 'name',
width: 550
width: 200
},
{
text: '',
Expand Down Expand Up @@ -541,6 +541,14 @@ Ext.define('MainHub.view.indexgenerator.IndexGenerator', {
text: 'Generate Indices',
disabled: true
},
/* for future:
{
xtype: 'button',
itemId: 'download-index-list-button',
text: 'Download Index List (csv)',
iconCls: 'fa fa-file-excel-o fa-lg'
},
*/
'->',
{
xtype: 'button',
Expand Down

0 comments on commit 800a716

Please sign in to comment.