Commit Graph

686 Commits

Author SHA1 Message Date
Dietmar Maurer
62fb1d2d65 lxc GUI: implement console mode option 2015-08-17 12:49:45 +02:00
Wolfgang Link
043f17dc74 fix bug #684: Fix Typo 2015-08-17 10:59:40 +02:00
Wolfgang Link
4905626e31 fix bug #682: change at the Gui the used disk size.
in the pvesm and pvesh we are giving the correct size of the used space from a disk.
this change make the output of Gui and CLI consistent.
2015-08-17 09:47:36 +02:00
Dietmar Maurer
5ceec1f57b allow all storages with content type 'images' for containers
New LXC containers can use raw images, so the distinction between 'images'
and 'rootdir' does not really makes sense now.
2015-08-07 10:34:56 +02:00
Dietmar Maurer
5af09e2471 update LXC GUI (support new rootfs and size parameter). 2015-08-06 10:34:54 +02:00
Wolfgang Bumiller
548db92416 add dhcp and slaac options to lxc network config 2015-07-31 10:51:01 +02:00
Alen Grizonic
a00a9ffd80 bug #659 (pool support) fix
lxc added to additional GUI pool functions (also for ExtJS5)

Signed-off-by: Alen Grizonic <a.grizonic@proxmox.com>
2015-07-30 11:39:11 +02:00
Emmanuel Kasper
6d4e7e14d2 Move subscription tab to the outmost right of the node tab panel
This brings consistency with the datacenter tab panel.
2015-07-30 09:04:38 +02:00
Emmanuel Kasper
74dacdae26 remove debugging traces 2015-07-30 09:03:55 +02:00
Wolfgang Bumiller
0a5b8747b0 Add missing ')' to en-us keyboard layout option.
Closes #303
2015-07-28 09:19:17 +02:00
Wolfgang Link
42bdda9576 Fix Extent ZFSPool Content with rootdir 2015-07-28 08:34:42 +02:00
Dietmar Maurer
78def3da3c PVE.dc.BackupView: improve rendering of boolean values 2015-07-27 09:27:44 +02:00
Thomas Lamprecht
e0d8276f31 Added UI elements for the backup job disabling function
Added a column in the datacenter backup job overview to see if a job
is enabled or not. Added checkbox to the input panel, which enables
or disables a job.
This closes bug/feature request 492.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2015-07-27 09:15:39 +02:00
Wolfgang Link
3f2577db0b Change Ct restore rest call
this change will provide that it will be possibel to restore LXC and OVZ dumpfiles over the gui.
2015-07-24 13:48:20 +02:00
Wolfgang Link
459cb9ac36 Extent ZFSPool Content with rootdir 2015-07-24 13:16:04 +02:00
Wolfgang Link
2a30f27405 Add Snapshot to LXC
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
2015-07-24 11:03:40 +02:00
Dietmar Maurer
9e945126f6 NetworkEdit: use pvetextfield instead of numberfield
because numberfield does not have 'deleteEmpty' functionality.
2015-07-03 07:19:49 +02:00
Alexandre Derumier
3e02089db8 add node embedded vnc console
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-06-29 16:12:46 +02:00
Dietmar Maurer
ad3e4c6042 do not show monitor and console for templates 2015-06-28 09:18:48 +02:00
Dietmar Maurer
6a4c551ced cleanup embeded console code, add console for lxc containers 2015-06-27 12:08:50 +02:00
Dietmar Maurer
b6ac17a838 Revert "ExtJS: backport Ext.ux.IFrame from ExtJS 4.2"
This reverts commit 5ee423defa.

We already have the same code in Toolkit.js
2015-06-27 11:37:52 +02:00
Alexandre Derumier
bf0d9a3b48 add embedded qemu novnc console
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-06-26 11:35:18 +02:00
Alexandre Derumier
5ee423defa ExtJS: backport Ext.ux.IFrame from ExtJS 4.2
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-06-26 11:34:58 +02:00
Wolfgang Bumiller
e3c88f8917 www/network: node networking: ipv6 support
IPv6 address shown in cidr notation in the IP address
column, the subnet column only includes the ipv4 subnet
mask, the gateway includes both.
2015-06-26 08:59:54 +02:00
Dietmar Maurer
f23c60e0a3 GUI: always use noVNC instead of java applet 2015-06-19 09:08:08 +02:00
Dietmar Maurer
31349069ed fix bug #644: remove old java console
Java browser plugins are depreciated and not supported by
modern browsers anymore.
2015-06-19 08:18:46 +02:00
Emmanuel Kasper
e4cb80cc99 Fix qemu create wizard when iothread is set
The variable to use to check the disk type is confid,
as set in line 16 with:
var confid = me.confid || (values.controller + values.deviceid);
2015-06-19 07:36:07 +02:00
w.link@proxmox.com
6cf2794e26 fix bug #640: cd edit in gui
Signed-off-by: w.link@proxmox.com <Wolfgang Link>
2015-06-19 06:44:37 +02:00
Alexandre Derumier
7251c62051 dc tasks grid : keep running tasks on top
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-06-11 06:20:03 +02:00
Alexandre Derumier
b49ea621a0 add iothread option
only for virtio disk (virtio-scsi qemu 2.3 is not thread-safe currently)

improve me: grey-out/hidden the option if !virtio

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-06-10 11:01:27 +02:00
Dietmar Maurer
317146196c API change: remove bootlog API, use new dump_journal helper for syslog
The systemd journal contains boot log entries.
2015-06-09 12:18:30 +02:00
Emmanuel Kasper
005153a64a Add descriptive header 2015-06-09 11:58:37 +02:00
Dietmar Maurer
233dafba3a fix LogView widget
It looks that after adding the <!DOCTYPE html> HTML5 doctype,
setStyle() needs unit 'px'.
2015-06-09 11:57:23 +02:00
Alexandre Derumier
0659f05bb5 cpuoptions : add emptyText
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-06-08 12:52:09 +02:00
Dietmar Maurer
9af2d28238 always enable CPU option button, allow empty values 2015-06-05 17:37:48 +02:00
Dietmar Maurer
39cce22aba use TaskProgress for service restart 2015-06-05 16:39:22 +02:00
Dietmar Maurer
70410834d9 GUI: sort services 2015-06-05 16:38:32 +02:00
Alexandre Derumier
e8ee57105f add cpu options form
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-06-05 07:39:55 +02:00
Alexandre Derumier
ca34da232a add virtio-scsi-single scsi controller
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-06-03 17:14:06 +02:00
Alexandre Derumier
0d15448c96 add IvyBridge cpu model
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-06-03 17:13:18 +02:00
Dietmar Maurer
ec552509c5 GUI: add cpuunits and cpulimit to qemu hardware panel 2015-06-03 13:25:37 +02:00
Dietmar Maurer
dab1f46b46 GUI: set correct default for lxc cpuunits 2015-06-03 13:24:18 +02:00
Dietmar Maurer
08d1d26356 LXC GUI: use cpulimit instead of cpus
And move cpuunits to resource panel.
2015-06-02 15:51:46 +02:00
Dietmar Maurer
74e3975e12 remove UBC GUI 2015-06-02 11:53:19 +02:00
Dietmar Maurer
91d7c7aa00 API change: /cluster/status - do not use clustat 2015-06-02 11:05:30 +02:00
Emmanuel Kasper
567641e513 Remove unused misspelled parameter 2015-05-29 09:03:59 +02:00
Wolfgang Bumiller
aa0819a8a5 work around ipv6 browser inconsistencies
Browsers seem to disagree on whether window.location.hostname
shouldinclude the brackets around an ipv6 address.
Adding PVE.Utils.windowHostname() to always strip them away.
2015-05-27 08:28:54 +02:00
Dietmar Maurer
2c5549525a use generic names (do not include container type) 2015-05-01 11:37:13 +02:00
Dietmar Maurer
cafe6aa188 lxc create wizard: add disk size option 2015-04-27 08:21:32 +02:00
Dietmar Maurer
520893437b improve lxc DNS panel 2015-04-23 12:14:46 +02:00