Commit Graph

318 Commits

Author SHA1 Message Date
bergware 0c5abec7a1 Revamp of themes White and Black
New style themes, including fixes and enhancements.
Ported back to themes Azure and Gray
2018-08-21 07:43:04 +02:00
bergware afbea9a16b VMs: minor code optimization 2018-08-16 00:50:32 +02:00
bergware 28b7f2799a VMs: make USB hotplug work again (regression) 2018-08-15 22:00:59 +02:00
bergware 56dbeb2717 VMs: keep custom hostdev definitions 2018-08-15 16:19:52 +02:00
bergware 500cad1b90 VMs: preserve additional user custimizations 2018-08-15 13:26:50 +02:00
bergware 90d79c6478 VMs: corrected USB/PCI device update 2018-08-15 10:32:40 +02:00
bergware 345a640ab8 VMs: corrected USB/PCI host devices recreation 2018-08-15 09:52:09 +02:00
bergware b0b3b98a57 VMs: fixed USB/PCI settings when updating 2018-08-15 00:46:46 +02:00
bergware 2d14587ead Removed conflicting setting for OpenELEC/LibreELEC form updates 2018-08-14 16:27:42 +02:00
bergware 20fd8108c2 Select correct template when updating LibreELEC/OpenELEC 2018-08-14 14:24:26 +02:00
bergware 17795fdca9 Make all VM template forms consistent 2018-08-14 13:31:30 +02:00
bergware 9a65f49cf9 Make all VM template forms consistent 2018-08-14 10:18:31 +02:00
bergware 07fffb00f1 Make all VM template forms consistent 2018-08-14 10:13:35 +02:00
bergware 3330cc855e Custom XML settings saved in LibreELEC and OpenELEC forms 2018-08-14 09:41:50 +02:00
bergware a906e32263 Add XML encoding header to XML view (make consistent with form view) 2018-08-13 23:38:00 +02:00
bergware 181a30ae9a Small update to libvirt.php for XML settings consistency 2018-08-13 23:19:38 +02:00
bergware 51f6afa116 VMs: remove debug code :( 2018-08-13 21:08:57 +02:00
bergware 94c78d2951 VM: corrected XML View updates after last PR 2018-08-13 20:51:26 +02:00
bergware 0935e480f4 VMs: preserve XML custom settings in VM conifg updates 2018-08-13 18:28:48 +02:00
bergware 5e589162db Code optimization 2018-08-10 12:59:46 +02:00
bergware b8730e0c65 Minor style adjustment for VMs 2018-05-13 10:53:49 +02:00
bergware 0b5d3f1b51 Minor style adjustment for VMs 2018-05-13 10:51:52 +02:00
bergware 5b9725830f Minor style adjustment for paused VMs 2018-05-13 10:48:49 +02:00
bergware 002b73a5f2 CSS correction VM list for themes white and black 2018-05-03 16:18:28 +02:00
bergware d27883494e Make sorting of Docker and VM list draggable 2018-05-01 22:28:14 +02:00
Eric Schultz 3a36536484 VM Manager: Allow USB3 controllers to have 15 ports by default instead of 4 2018-04-19 09:01:07 -05:00
Eric Schultz 51d237a710 VMs: allow SCSI bus type selection for disks and cdroms 2018-04-06 07:44:14 -05:00
Eric Schultz dac97c0eee VM Machines: get rid of the Actions column 2018-03-30 16:48:59 -05:00
Eric Schultz db2097c1d4 VMmachine update to use virsh for detaching disks 2018-03-27 19:53:29 -05:00
bergware 2554030318 Fixed display of error codes in SWAL 2018-03-27 17:45:26 +02:00
bergware 79ddabe5d4 VMmachine updates
- changed DETACH is available when VM is running
- default bus to VirtIO
- minor layout changes
2018-03-27 12:40:03 +02:00
bergware d0984e38bc Fixed VM 'detach' button 2018-03-24 15:32:39 +01:00
bergware 181d48fd60 VM code optimization 2018-03-23 14:25:22 +01:00
bergware 1562f8a0b7 Merge remote-tracking branch 'limetech/master' 2018-03-22 20:55:21 +01:00
bergware 45c22fa47f Do version checking on source file loading 2018-03-22 18:00:07 +01:00
bergware e0090e7f34 Set vertical scroll bar only in VM dropdown file lists 2018-03-22 15:51:48 +01:00
bergware 4ed9f457de Apply button disabled by default 2018-03-22 14:04:46 +01:00
bergware 12d8d2caaf Made "spinner" consistent in every display theme 2018-03-22 11:38:49 +01:00
Eric Schultz dd91923acd VM manager: fix increasing vdisk size 2018-03-21 13:50:02 -05:00
bergware ca7f4260d7 Fixed wrong cpu references in popup window in VM list 2018-03-20 17:39:04 +01:00
bergware 5517aa1b3d VM manager: replace pause icon for refresh when updating 2018-03-19 10:53:55 +01:00
bergware 82f4c05422 Change animation to spinning "refresh" 2018-03-19 10:00:03 +01:00
bergware a884558664 Add "reset sorting" to docker and VM list 2018-03-17 15:01:15 +01:00
bergware a3fe701dfe Allow user sorting preference for containers and VMs
Sorting preference also dictates the sequence in which containers and
VMs are started and stopped (reversed)
2018-03-17 13:53:05 +01:00
tom mortensen 84f08c678d Merge pull request #298 from bergware/master
Fixed regression error in plugin updates
2018-03-16 22:38:41 -07:00
bergware ac8a5b5984 Fixed VM list updating when VM is deleted
+ animated deletion state
2018-03-16 17:54:27 +01:00
Eric Schultz b64e5424a1 Added ability to remove downloaded virtio iso files from the VM Settings page 2018-03-16 01:22:22 -05:00
Eric Schultz 8ff9f3b885 Allow concurrent virtio iso downloads on VM Settings page; fix progress display upon page refresh 2018-03-16 00:29:36 -05:00
bergware d14e1bc300 Make "waiting" message consistent across all pages 2018-03-12 08:47:28 +01:00
tom mortensen fa8b4a931b Merge pull request #283 from bergware/6.4-wip
Miscellaneous corrections and optimizations
2018-03-10 17:31:28 -08:00