Commit Graph

111 Commits

Author SHA1 Message Date
Dietmar Maurer
165a9668c1 use template method pattern
This is the suggested way to implement componenets.
2011-11-17 07:24:04 +01:00
Dietmar Maurer
a088d7d21f simplify GUI
And display the task log by default (instead of cluster log)
2011-11-16 14:34:22 +01:00
Dietmar Maurer
b86c23dc91 add syslog to compression dictionary 2011-11-16 13:31:06 +01:00
Dietmar Maurer
db16032c8a make jslint happy 2011-11-16 13:05:07 +01:00
Dietmar Maurer
2db7bb6f20 use new LogViewer inside TaskViewer 2011-11-16 12:22:03 +01:00
Dietmar Maurer
8815805e31 improve LogViewer 2011-11-16 11:52:46 +01:00
Dietmar Maurer
52406c4273 catch errors on response decoding 2011-11-16 09:06:26 +01:00
Dietmar Maurer
dd7f2655a7 always enable console button 2011-11-14 12:45:50 +01:00
Dietmar Maurer
176eee4fec add context menus 2011-11-14 12:43:16 +01:00
Dietmar Maurer
2c8e0b1537 add/display storage option 2011-11-14 09:33:02 +01:00
Dietmar Maurer
3732a6651a GUI rework 2011-11-11 13:26:05 +01:00
Dietmar Maurer
07f899f119 add missing words to compression dictionary 2011-11-11 10:32:51 +01:00
Dietmar Maurer
d9a5825749 fix load Mask in ObjectGrid 2011-11-11 10:31:54 +01:00
Dietmar Maurer
c6fe76518f do not log child start/end 2011-11-10 09:31:57 +01:00
Dietmar Maurer
6c980a6779 add some comments about KeepAlive usage.
Seems KeepAlive spawns too many processes, so we cant use it.
2011-11-10 09:21:28 +01:00
Dietmar Maurer
da794fcfd6 fixes for IE9 2011-11-09 11:27:25 +01:00
Dietmar Maurer
a2f5799145 make jslint happy 2011-11-09 10:59:21 +01:00
Dietmar Maurer
956d1b6e26 add monitor GUI 2011-11-09 09:36:55 +01:00
Dietmar Maurer
1d95a6b525 fix focus handling for LoginWindow 2011-11-09 07:33:58 +01:00
Dietmar Maurer
b78330d2a4 disable updates when panel is hidden 2011-11-08 14:27:46 +01:00
Dietmar Maurer
2dacceb1d9 automatically scroll to end of log 2011-11-08 12:04:01 +01:00
Dietmar Maurer
8e7e4f56e3 new LogView class - implement openvz initlog viewer 2011-11-08 08:09:38 +01:00
Dietmar Maurer
a02d621810 disable inline console 2011-11-08 06:37:09 +01:00
Dietmar Maurer
823e701d1c sort storage list by storage id 2011-11-07 13:57:26 +01:00
Dietmar Maurer
994c33c049 filter backup files by vmtype 2011-11-07 13:51:49 +01:00
Dietmar Maurer
4545bfdaac launch task viewer for container creation 2011-11-07 12:44:07 +01:00
Dietmar Maurer
9f7678839d support more than 'local' storage for openvz.
It is now possible to use NFS or other directory type storages.
2011-11-07 12:35:38 +01:00
Dietmar Maurer
61af114dae use new pveBackupModeSelector 2011-11-07 11:27:40 +01:00
Dietmar Maurer
7404e8fe90 implement restore GUI 2011-11-04 13:45:52 +01:00
Dietmar Maurer
6729b1780f do not allow empty VMID fields by default 2011-11-04 13:44:24 +01:00
Dietmar Maurer
04f5d98e6a implemented new VMIDSelector class 2011-11-04 12:47:15 +01:00
Dietmar Maurer
b33b8bcd67 use new button class 2011-11-04 12:13:55 +01:00
Dietmar Maurer
ca03c7cd0a improve grouping header 2011-11-04 11:30:30 +01:00
Dietmar Maurer
3406680af1 use new button class 2011-11-04 10:57:50 +01:00
Dietmar Maurer
b78162b238 implement our own button class
Button features:

- observe selection changes to enable/disable the button using enableFn()

- pop up confirmation dialog using confirmMsg()
2011-11-04 10:54:29 +01:00
Dietmar Maurer
e4740457f4 implement storage content deletion GUI 2011-11-04 09:25:44 +01:00
Dietmar Maurer
7a567cb1e2 improve upload error messages 2011-11-04 08:07:15 +01:00
Dietmar Maurer
2baf0139d9 implement upload GUI 2011-11-03 13:53:36 +01:00
Dietmar Maurer
31aef76131 cleanup vzdump backup/cron code 2011-10-31 08:47:18 +01:00
Dietmar Maurer
19015b0b69 add 'backup' to history compression dictionary 2011-10-31 06:43:09 +01:00
Dietmar Maurer
a5a8209f6c do not disable the selection model
Because that reveals several bugs inside the ExtJS framework (very strange behaviour with chrome). Instead we disable/enable the whole grid.
2011-10-28 13:36:40 +02:00
Dietmar Maurer
c8ca6811d2 fix node filter 2011-10-28 10:43:22 +02:00
Dietmar Maurer
91d4dd1165 add backup (cron) GUI 2011-10-28 09:38:12 +02:00
Dietmar Maurer
2a360805b3 add widget alias for KVComboBox 2011-10-28 08:03:44 +02:00
Dietmar Maurer
5e64e67b0d add BackupModeSelector.js 2011-10-28 08:02:55 +02:00
Dietmar Maurer
55539b4ced add DayOfWeekSelector.js 2011-10-28 08:02:06 +02:00
Dietmar Maurer
8f630c2984 ComboGrid.js: allow to select empty value 2011-10-27 09:42:46 +02:00
Dietmar Maurer
506e1b16ed add delete button to backup view 2011-10-20 11:51:52 +02:00
Dietmar Maurer
89cd40282b implement simple restore dialog 2011-10-20 11:20:45 +02:00
Dietmar Maurer
c5125d5a64 add backup panel for openvz containers 2011-10-20 09:31:16 +02:00