Commit 1b251929 authored by Richard's avatar Richard

rest of files

parent 03f5085d
Ext.define('app.store.SimulationsSummary', {
extend: 'Ext.data.Store',
requires: ['Ext.data.proxy.Rest'],
config: {
autoLoad: true,
fields :['simulations', 'area_id', 'test_id', 'submitted'],
proxy : {
type: 'rest',
url: 'http://sangkil.science.uva.nl:8003/drfsm/list.json?summary',
reader: {
type: 'json',
rootProperty: 'simulations'
}
}
}
});
\ No newline at end of file
Ext.define('app.view.StepsOverlay', {
extend: 'Ext.Panel',
xtype: 'StepsOverlay',
id: 'overlay',
config: {
floating: true,
modal: true,
width: 300,
height: 50,
scroll: false,
}
});
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment