Commit Graph

2326 Commits

Author SHA1 Message Date
bergware f9ed4675e1 jquery ui style corrections 2018-10-29 19:25:46 +01:00
bergware 6d87a021ac Docker styling corrections 2018-10-29 19:21:06 +01:00
bergware aec0c8044f Minor css corrections 2018-10-29 17:11:20 +01:00
bergware af29bff03e Minor css correction 2018-10-29 16:51:04 +01:00
bergware a13244d81e Minor css corrections 2018-10-29 16:45:25 +01:00
bergware c75f77a296 Minor css correction 2018-10-29 16:20:32 +01:00
bergware a89586ec1b Minor css correction 2018-10-29 15:45:52 +01:00
bergware 871afdf549 Minor css correction 2018-10-29 15:42:11 +01:00
bergware 747df6c5a9 Minor css correction 2018-10-29 15:40:44 +01:00
bergware 78c2bc24c3 Scroll menu: change hardcoded height to dynamic value 2018-10-29 15:35:19 +01:00
bergware 27062f3875 minor css update 2018-10-29 15:21:14 +01:00
bergware eac7022e9f css correction for input & select element 2018-10-29 14:53:59 +01:00
bergware d0676ee12f Improved Docker and VM settings consistency 2018-10-29 14:42:30 +01:00
bergware 2632fd62e6 Hide select arrow across all browsers 2018-10-29 14:22:52 +01:00
bergware 582a26835a Viewport minimum width is 1280px 2018-10-29 13:37:01 +01:00
bergware 6db703509c Add viewport meta setting for Safari 2018-10-29 13:27:40 +01:00
bergware 2c2f7587d7 GUI: make header scrollable with floating menu
Maximize real-estate
2018-10-29 12:58:12 +01:00
bergware b0eb33d68b VM edit: fixed overflow in cpu pinning 2018-10-29 11:08:24 +01:00
bergware 1ee5592cf8 Black and White theme: simplified input & select boxes 2018-10-29 10:51:42 +01:00
bergware 007a8482b2 Added warning when Flash device is set as public share 2018-10-28 09:44:27 +01:00
bergware cdd15ad3bf Merge remote-tracking branch 'upstream/master' 2018-10-28 08:57:58 +01:00
Eric Schultz 7b6675b833 improve usb device detection/parsing for vm usb list 2018-10-27 23:38:11 -05:00
bergware 52dcbcd590 Docker: changed LOG file size reading to prevent HTTP time-outs 2018-10-24 20:56:52 +02:00
Eric Schultz 92f335ae94 VM: upon editing vm allow adding vdisk after having none 6.6.3 2018-10-20 12:03:09 -05:00
Eric Schultz 789f5b6eff Merge pull request #403 from rhurling/fix-docker-private-registry-support
Improve private docker registry support (correctly pulling and updating containers)
2018-10-20 01:45:24 -05:00
Eric Schultz 4485c00cfc Include Helpers.php 2018-10-20 01:14:06 -05:00
tom mortensen 5a2fd7c44c Merge pull request #404 from realies/patch-5
Update CPUvms.page
2018-10-19 08:46:25 -07:00
tom mortensen 01df902045 Merge pull request #405 from Squidly271/patch-18
Code change to prevent CA from modifying system file
2018-10-19 08:45:43 -07:00
tom mortensen 3c309398b8 Merge pull request #406 from Squidly271/patch-19
Fix container log size
2018-10-19 08:44:51 -07:00
Rouven Hurling 6811d05bcf get the correct base64 from docker config (missing array subkey) 2018-10-19 15:59:40 +02:00
Squidly271 09c8388a5b Fix container log size
The docker logs command outputs to both stdout and stderr depending upon the type of log entry.  Both have to be accounting for in determining the log size
2018-10-18 22:01:49 -04:00
Squidly271 7bfb17282a Why can't everyone use tabs? 2018-10-18 20:14:48 -04:00
Squidly271 1a530bd085 Code change to prevent CA from modifying system file
CA currently when installing multiple previously installed apps will copy, modify, and execute a different version of CreateDocker.php to avoid a harmless display error.  Minor code adjustment to prevent CA from having to do that (since it may at some point in the future break).
2018-10-18 20:13:02 -04:00
realies 676531bf6c Update CPUvms.page 2018-10-18 04:15:59 +01:00
tom mortensen 61cbbc75a7 Merge pull request #402 from bergware/master
Docker: fix button color in alert messages
2018-10-17 08:06:56 -07:00
Rouven Hurling 9d14283f35 load localVersion from docker api if json version === null 2018-10-16 07:22:01 +02:00
Rouven Hurling 2791a463a1 rewrite getRemoteVersionV2 to follow correct api flow
1. get www-authenticate header for realm, service & scope
2. get token from generated url (realm + query args service & scope)
3. get manifest header Docker-Content-Digest

Also allows access to private docker registries
2018-10-16 07:21:09 +02:00
bergware 34f37b7059 Diagnostics: add totals in btrfs usage information 2018-10-15 19:03:54 +02:00
bergware c61fd1a978 Docker: fix button color in alert messages 2018-10-15 18:23:43 +02:00
Rouven Hurling a70373a3fb send X-Registry-Auth header when pulling image from private registry 2018-10-15 04:28:35 +02:00
tom mortensen 120b2579cb Merge pull request #399 from realies/patch-5
Add global CPU core pinning for containers
6.6.2
2018-10-12 22:47:09 -07:00
tom mortensen 4e71fe6cf3 Merge pull request #397 from Squidly271/patch-17
Change anonymized email address
2018-10-12 22:43:47 -07:00
tom mortensen 032396ea5f Merge pull request #401 from bergware/master
fixed: VM CPU mode not properly updated
2018-10-12 22:43:16 -07:00
bergware 1692b4f4ba fixed: VM CPU mode not properly updated 2018-10-09 19:40:41 +02:00
realies 0b59242416 Prevent secondary injection 2018-10-09 13:25:40 +01:00
realies f2ef9d54fe Toggle based on majority checkbox state 2018-10-08 23:30:02 +01:00
realies d96bd77677 Trigger checkbox change event 2018-10-07 20:04:23 +01:00
realies 9d508a9abc Add global CPU core pinning for containers
Should make possible to (re)allocate CPU resources across all containers faster. Currently, it requires manual clicking on thread numbers per container individually, which in a large pool of containers can be very repetitive. The change allows for thread numbers to be clickable, doing so enables or disables thread pinning across all containers.
2018-10-07 19:45:52 +01:00
Squidly271 95112f2891 Change anonymized email address
lol  Whenever I look through someone's diagnostics, I always think that they have a porn addiction
2018-10-05 17:07:30 -04:00
Tom Mortensen 6dde7a8811 Merge branch 'master' of github.com:limetech/webgui 2018-10-04 09:16:58 -07:00