Commit Graph

3 Commits

Author SHA1 Message Date
Emmanuel Kasper
a736e4b749 ext5migrate: replace deprecated call Ext.ModelMgr.create()
Ext.ModelMgr.create() was removed in 5.*
The recommended way to create a new instance is to call Ext.create()
Ext.create() does not take a "id" argument, however it sets
the id of the instance to the id  of the config object given
to the Ext.create() call.
2015-04-29 13:22:57 +02:00
Dietmar Maurer
695ae97b20 fix/add CSS classes for LXC
The logo is still wrong.
2015-04-21 06:57:57 +02:00
Dietmar Maurer
83726b9d67 copy tree/ResourceTree.js from manager to manager5 2015-04-20 06:14:55 +02:00