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
Dietmar Maurer
b14c577929
lxc GUI: add DNS panel to create wizard.
2015-04-22 18:26:22 +02:00
Dietmar Maurer
42fb5a6ab1
lxc GUI: add DNS panel
2015-04-22 15:40:38 +02:00
Dietmar Maurer
2c27e4b7c7
lxc: implement startup and onboot option
2015-04-22 10:49:30 +02:00
Dietmar Maurer
5940550c54
lxc GUI: enable firewall and vlan tag
2015-04-22 07:56:22 +02:00
Dietmar Maurer
30a7e3b78f
lxc network: use 'bridge' property instead of 'link'
2015-04-22 07:52:02 +02:00
Dietmar Maurer
e90fc4719a
add resource panel to lxc create wizard
2015-04-21 12:33:51 +02:00
Dietmar Maurer
6dba2f983d
lxc GUI: implement resource panel (set cpu, memory and swap)
2015-04-21 12:29:03 +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
14b97a9677
use new PVE.lxc.NetworkInputPanel inside CreateWizard
2015-04-20 18:06:07 +02:00
Dietmar Maurer
3533a5065d
implement network panel for LXC
2015-04-20 17:09:41 +02:00
Dietmar Maurer
853568b088
implement parseLxcNetwork, fix printLxcNetwork
2015-04-20 17:08:05 +02:00
Dietmar Maurer
497f31eeaf
add more vtypes for IP input fields
2015-04-20 17:06:50 +02:00
Dietmar Maurer
8a52defde7
Utils.js: add more regex for IPs
2015-04-20 17:05:36 +02:00
Dietmar Maurer
9e361643a8
GUI: use lxc instead of openvz
2015-04-18 09:47:58 +02:00
Dietmar Maurer
72392546bb
GUI: new helper printLxcNetwork
2015-04-18 09:38:16 +02:00
Dietmar Maurer
b48c68476a
add GUI for LXC containers
2015-04-18 09:37:27 +02:00
Dietmar Maurer
371a58dc56
ha GUI: show configuration errors
2015-04-07 09:54:57 +02:00
Dietmar Maurer
fd89376443
add missing file
2015-04-03 18:50:41 +02:00
Dietmar Maurer
a5278c66f8
ha group editor: fix subject
2015-04-03 16:48:08 +02:00
Dietmar Maurer
04a7d5a32e
add nice ha group selector
2015-04-03 16:36:26 +02:00
Dietmar Maurer
86511bf25e
implement ha resource editor
2015-04-03 12:32:56 +02:00
Dietmar Maurer
1b66fd71fb
implement GUI to manage ha groups
2015-04-03 11:21:22 +02:00
Dietmar Maurer
3bcf3dda1d
add ha fencing panel (dummy for now)
2015-04-03 09:44:35 +02:00
Dietmar Maurer
02d79a0cc0
add ha resource panel
2015-04-03 09:10:20 +02:00