Dominik Csapak
87d7df9664
show CT in migrate window Title
...
shows different title in migration window if vmtype
is not qemu
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-05 15:32:58 +02:00
Dietmar Maurer
185a77e555
reduce translation overhead
2016-04-05 11:10:52 +02:00
Dietmar Maurer
763ec2ecf8
SafeDestroy: remove viewModel - it not flexible enough
2016-04-05 11:09:42 +02:00
Emmanuel Kasper
cac948f770
Use Ext.apply instead of applyIf when loading a task window
...
Without this the window title is not displayed
2016-04-05 07:39:38 +02:00
Dietmar Maurer
5128596e98
remove unnecessary reference to confirmField
2016-04-05 06:34:13 +02:00
Emmanuel Kasper
7b572e6d2f
SafeDestroy.js: allow to submit the form with Enter key
...
also set focus on the confirm field of the Destroy Window on display
2016-04-05 06:32:23 +02:00
Dietmar Maurer
16152937f8
reduce translation overhead
2016-04-04 16:59:52 +02:00
Dominik Csapak
a765aecaf7
set default focus of login window
...
usability fix: when showing the login window,
make the username field have the default focus,
so that one can enter the username right away
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-01 09:09:55 +02:00
Dietmar Maurer
7667066d54
SafeDestroy: remove dead code
...
The cancel button was already removed.
2016-03-30 09:19:06 +02:00
Dietmar Maurer
bcecf28019
SafeDestroy.js: use modern ExtJS features
...
We now use the class config system, a View Model and a View Controller.
2016-03-30 09:07:32 +02:00
Dietmar Maurer
e1ffa9fcdc
SafeDestroy.js: factor out common code
2016-03-29 10:27:40 +02:00
Dietmar Maurer
fd8a2eea60
cleanup: run emacs indent-region on SafeDestroy.js
2016-03-29 09:58:04 +02:00
Emmanuel Kasper
32f469f383
requires manual entering VM id before enabling the delete Button for VMs
...
suggested by a user in https://bugzilla.proxmox.com/show_bug.cgi?id=360#c7
similar to the way github handles the deleting of a repository
fixes : #360
2016-03-21 10:45:49 +01:00
Emmanuel Kasper
6f68dcbedd
Fix Qemu summary view:
...
* replace scrollable with autoScroll and move to prototype body
* use 'activate' to load store on F5
* do not set a height on the StatusView component: it hides some rows,
and the framework sets a good working default height
* replace deprecated 'rows' parameter in textareafield with
height in pixels
2016-03-17 10:44:10 +01:00
Emmanuel Kasper
ad07dcb380
Enlarge Wizard window vertically to accomodate all our LXC settings
...
Without this, the summary grid in the end of the LXC creation
wizard needs to be scrolled to see some settings.
Note that we still want to use a fixed height, so that all wizard
panels have the same height and next/previous buttons
are always displayed at the same place.
2016-03-15 16:34:37 +01:00
Emmanuel Kasper
60575f19e5
use Ext.apply() instead of Ext.applyIf() to properly load child items
2016-03-15 16:34:17 +01:00
Dietmar Maurer
2618ee9782
ext6migrate: remove useless padding to improve TaskViewer layout
2016-03-11 17:49:37 +01:00
Dietmar Maurer
0423798570
lazy create view controller (use xclass property)
2016-03-11 17:17:43 +01:00
Dietmar Maurer
da096950ee
ext6migrate: use a view controller for LoginWindow
2016-03-11 12:55:35 +01:00
Dietmar Maurer
3262415bbf
ext6migrate: fix LoginWindow
...
move the static configuration to the class definition
2016-03-11 10:23:58 +01:00
Dietmar Maurer
b836f4a04b
use 'form' layout for login window
...
this fixes padding problems when using new themes.
2016-03-11 10:09:44 +01:00
Emmanuel Kasper
d46faa2c06
change xtype name to follow ExtJS and our own conventions
...
this also fixes the problem that the method
Ext.ComponentQuery.query() was outputting a warning
since it did not know if it should perform a lookup
for a class name or a xtype
2016-02-26 07:37:29 +01:00
Dominik Csapak
e1984cbd58
ext6migrate: change applyIf to apply in TaskViewer
...
this fixes the window for tasks (previously the content was not
correctly sized)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-02-26 07:31:39 +01:00
Dietmar Maurer
bac5bd135c
rename manager5 to manager6
2016-01-22 11:24:10 +01:00