Skip to content
Snippets Groups Projects
Commit 1b251929 authored by Richard's avatar Richard
Browse files

rest of files

parent 03f5085d
No related branches found
No related tags found
No related merge requests found
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
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