Commit Graph

2708 Commits

Author SHA1 Message Date
Dietmar Maurer
95d9342296 bump version to 4.2-2 2016-04-26 12:09:02 +02:00
Dominik Csapak
c02dd8ff74 fix securitygroupselector
move the display and value field into class definition,
to make it work again

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-26 12:02:15 +02:00
Dietmar Maurer
70e8f04d1f bump version to 4.2 2016-04-25 11:22:38 +02:00
Dominik Csapak
4edfc518b9 refactor bootdisk test and prevent multiple bootdisks
refactor the test for the bootdisk, to make future changes easier,
also, only allow one bootdisk to be selected

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-25 11:19:49 +02:00
Dominik Csapak
9e7b4d8dc5 fix #943: allow saving of values
we mistakenly did not reset the originalvalues after the inital
load, which meant that on reset we would not get the correct values

furthermore we have to suspend only the change event and not all,
otherwise the functions for enabling/disabling the ok/reset buttons
do not trigger (on validitychange and dirtychange)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-25 11:18:57 +02:00
Fabian Grünbichler
d50472438d fix #949: add post-restart hook to vzdump 2016-04-22 10:54:18 +02:00
Dietmar Maurer
4f28394a37 update changelog 2016-04-22 10:35:39 +02:00
Dominik Csapak
fc5a30feae do not disable a combogrid when it loads
instead of disabling a combogrid when its store loads,
we make the gridpanel bigger, to show its loading mask

since we do not disable/enable anymore, we have no reason
to suspend/resume the validitychange event anymore

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-22 10:32:10 +02:00
Dominik Csapak
dd8988e8a0 fix wizard validity logic
we always checked the validity of the panels of the wizard,
when the event validitychange of a subelement triggered,
sadly this does not always happen

for example:

when switching back and forth between 'cdrom' and iso
while having no valid iso selected, the validitchange does not
trigger for the combogrids

instead we listen to the 'change' event, then the check will
be executed at the right time

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-22 10:29:41 +02:00
Dominik Csapak
ea31930bcd Revert "HA Resource: allow selecting no group"
because we reenabled the keyevents
This reverts commit 2dbef77aa2.
2016-04-22 10:27:54 +02:00
Dominik Csapak
1a7d0bd87a add enableKeyEvents to combogrid
to reenable the 'del' and 'backspace' keys

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-22 10:27:30 +02:00
Dietmar Maurer
6efbc4cb9d lxc rate limit: do not write value 0 (simply omit value) 2016-04-22 10:13:31 +02:00
Dietmar Maurer
5796a35608 bump version to 4.1-34 2016-04-22 09:15:22 +02:00
Dietmar Maurer
519ca7fafe LXC GUI: add network rate limit 2016-04-22 09:14:09 +02:00
Dietmar Maurer
67bfd38874 update changelog 2016-04-21 12:25:12 +02:00
Dietmar Maurer
121cdac45d bump version to 4.1-33 2016-04-21 12:22:15 +02:00
Emmanuel Kasper
b7159d8bee Do not display the internal value we use for storing ostypes
Strings like 'Linux 4.X/3.X/2.6 Kernel' are difficult
enough to visually parse, so don't append the internal
representation (l26) at the end: it does not bring any relevant
information to the user, and we usually don't display
internal representations in the GUI.
2016-04-21 12:20:33 +02:00
Dietmar Maurer
87cc27e0a6 update changelog 2016-04-20 18:16:55 +02:00
Thomas Lamprecht
2dbef77aa2 HA Resource: allow selecting no group
this fixes a regression which was introduced by commit:
a263665b16

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2016-04-20 18:15:47 +02:00
Wolfgang Link
d481d825b3 add Windows 10 and 2012r2 to OS selection
So user now we support also Win 10 and R2.
2016-04-20 10:00:47 +02:00
Dominik Csapak
df6345f9ba fix #759: save columns of resourceGrid
with this patch, the resourceGrid saves its state when
the columns are changed (resized, sorted, etc.)

also add a little reset button to the toolbar

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-20 09:40:59 +02:00
Dominik Csapak
0be88ae197 remove trailing whitespaces
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-20 09:37:06 +02:00
Dominik Csapak
728f1b97e6 fix #143: add disk/mem percent sort
previously, we had a disk/memory usage column in the resource grid,
whose raw data were the bytes used, but we added a renderer
to display it as percentage

with this, the columns sorted by bytes and not by percentage,
which made the column rather confusing

with this patch, we add a real percentage column (where the
data is a float from 0 to 1) so it sorts correctly

also make the old columns show the used size in B/KiB/etc.
by default we still only show the percentage column

since the disk usage part was always zero with qemu guests,
leave it empty there

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-20 09:36:23 +02:00
Dietmar Maurer
f055f202e1 bump version to 4.1-32 2016-04-20 09:30:44 +02:00
Thomas Lamprecht
4dce6073c8 enhace visibillity of dialog window border
previously the upper border of a dialog window was white only, thus
when a window opened it had a little less contrast.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2016-04-20 09:20:44 +02:00
Emmanuel Kasper
6a7465ae64 Move logout button to the top right corner of the workspace
This makes us similar to 90% of sites and thus make the interface
more familiar to new users.
2016-04-19 17:08:17 +02:00
Dietmar Maurer
ed3815b5b8 bump version to 4.1-31 2016-04-19 09:40:03 +02:00
Dietmar Maurer
45ab85bb2e use translated strings in format_ha() 2016-04-19 09:38:07 +02:00
Thomas Lamprecht
ced1677b2b StatusView: more verbose HA status output
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2016-04-19 09:07:13 +02:00
Dominik Csapak
0bfc799f0a add render_*_percentage and calculate_* to Utils
these functions will be used for the resource grid

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-15 17:02:17 +02:00
Dominik Csapak
02f47fe8e0 generalize format_size function
now it calculates the size in a general way,
up to the size defined in an array

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-15 17:00:55 +02:00
Fabian Grünbichler
3cba09d570 docs: typo, newlines 2016-04-15 16:36:03 +02:00
Dietmar Maurer
5c6d0f5785 update changelog 2016-04-15 09:43:29 +02:00
Dominik Csapak
5a4ba3c2fd also display Linux 4.X on OS selection
changes only the display

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-15 09:42:42 +02:00
Dominik Csapak
adaac36f72 fix #181: rewrite Boot Order Window
changed the way the boot order selection behaves:

now when choosing a value which already is chosen elsewhere,
switch them

also when assigning any device as none, move the remaining devices up

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-15 09:42:33 +02:00
Dietmar Maurer
056501a541 bump version to 4.1-30 2016-04-15 08:38:37 +02:00
Dietmar Maurer
6a0b8c26c9 GUI: use raw format for DRBD images 2016-04-15 08:23:32 +02:00
Dietmar Maurer
827f88ab50 bump version to 4.1-29 2016-04-14 17:03:31 +02:00
Fabian Grünbichler
74b47fd8e1 Fix 'mailto: ...' in /etc/vzdump.conf
allow comma-separated list of email addresses, like the API2
parameter.
2016-04-14 17:02:37 +02:00
Dietmar Maurer
da55da21c7 bump version to 4.1-28 2016-04-14 12:49:05 +02:00
Fabian Grünbichler
4f367c1917 VZDump: add -mailto schema desc 2016-04-14 12:46:21 +02:00
Fabian Grünbichler
3c6feff249 VZDump: remove dead code
remove get_lvm_mapping and get_lvm_device, which are not
used anywhere anymore.
2016-04-14 10:39:59 +02:00
Fabian Grünbichler
e2a2525e60 VZDump: mark 'size' as deprecated, warn if set
this parameter should be removed in a future release, just
warn and change description for now to avoid breakage.
2016-04-14 10:39:45 +02:00
Fabian Grünbichler
2fcb93475f VM -> guest in VZDump schema descriptions 2016-04-14 10:37:26 +02:00
Fabian Grünbichler
af77c16479 Spelling in VZDump descriptions 2016-04-14 10:36:58 +02:00
Dominik Csapak
d5066d8487 fix ceph tabs switching
when switching from one node to another, we stop the wrong store
for the ceph tabs disk/monitor/pools because they have the same id,
so give them different ones

also the same applies for node/Services, fix it there too

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-13 10:36:56 +02:00
Wolfgang Bumiller
4aed5e3e3a Fix #936: ceph: support multiple roots in osd tree
The OSD tree in our GUI otherwise only shows the "first"
root it finds in the crush map.
2016-04-13 08:40:49 +02:00
Dietmar Maurer
eca5c8b1dc update changelog 2016-04-13 08:20:15 +02:00
Wolfgang Bumiller
0052bd0a3c www: monitor: support page up/down
to scroll the textbox while keeping focus in the inputbox
2016-04-13 08:17:22 +02:00
Dietmar Maurer
a6a77822f1 bump version to 4.1-27 2016-04-12 17:12:32 +02:00