Commit Graph

86 Commits

Author SHA1 Message Date
Eric Schultz
75e158ab7f Docker: trim trailing spaces from certain input box values 2016-07-10 19:43:24 -05:00
Eric Schultz
db79334dd6 Docker: inherit text color for basic/advanced view toggle's off state [2] 2016-07-10 11:46:43 -05:00
Eric Schultz
012c3e37ba Docker: inherit text color for basic/advanced view toggle's off state 2016-07-10 11:24:21 -05:00
Eric Schultz
64baf7c34d Docker: fix populate variable descriptions for v1 templates 2016-07-10 11:19:51 -05:00
Eric Schultz
099bd4ee2b fixed purging cached container information when the container is removed 2016-07-03 16:55:31 -05:00
Eric Schultz
cbf5048e80 Docker Settings: show warnings next to paths when array is stopped or when they are invalid; hide vdisk size under advanced view 2016-06-29 22:42:49 -05:00
Eric Schultz
bc8de27b5d improved cache handling for docker container/image information which may have solved some rare cases of showing stale info on the web ui 2016-06-29 19:41:04 -05:00
Eric Schultz
76a742150f Fix Docker update/create to skip any remaining operations and display the error message to the user when 'docker pull' fails 2016-06-29 19:37:35 -05:00
Eric Schultz
5eb5245b38 Merge branch 'master' of github.com:limetech/dynamix-6.2 2016-06-26 18:22:54 -05:00
Tom Mortensen
5a04fce64a Restore global variable "docker_cfgfile". 2016-06-26 14:28:18 -07:00
bergware
0ccc143aa4 Update copyright [8] 2016-06-26 11:57:44 +02:00
bergware
4d4f733767 Update copyright [6] 2016-06-26 10:42:29 +02:00
Eric Schultz
8754359c23 Merge branch 'master' of github.com:limetech/dynamix-6.2 2016-06-22 07:40:16 -05:00
gfjardim
0df6f17846 Fix a small regression on filetree browser alignment. 2016-06-21 23:14:18 -03:00
Tom Mortensen
c1589b13d9 Merge pull request #42 from gfjardim/patch-3
Add Description field back to Create Docker.
2016-06-21 11:28:19 -07:00
gfjardim
f3ea85fba0 Add Description field back to Configuration. 2016-06-20 18:27:42 -03:00
Eric Schultz
3c290c3835 Fix Device pass-through for Docker (container target was always coming up empty before) 2016-06-19 00:54:56 -05:00
Eric Schultz
5cb42a198f DOCKER_APP_UNRAID_PATH default value should be a empty string 2016-06-19 00:53:47 -05:00
Eric Schultz
238a2c5f6d Fix Docker update to always request manifest.v2 information 2016-06-14 18:16:56 -05:00
Eric Schultz
b2cb34c766 Merge branch 'master' of github.com:limetech/dynamix-6.2 2016-06-14 16:51:19 -05:00
bergware
e7032eaff3 Update copyright [6]
2005 it is....
2016-06-14 13:31:56 +02:00
Tom Mortensen
da12336be9 Fix handling of docker.cfg and domain.cfg files. 2016-06-13 15:00:46 -07:00
bergware
1b343a7e61 Update copyright [3]
They keep coming...
2016-06-13 08:19:46 +02:00
bergware
600930a263 Made copyright consistent and updated to 2016 2016-06-12 08:01:52 +02:00
Eric Schultz
008f628df5 Docker: support Gitlab repo (url) for docker template (Thanks Nigel George!) 2016-06-03 07:49:41 -07:00
bergware
633a799912 Enhanced docker edit box [6] 2016-05-16 14:23:00 +02:00
bergware
cc13536d57 Enhanced docker edit box [5]
Avoid error when no dockers existing
2016-05-16 13:52:33 +02:00
bergware
0d3d24445e Enhanced docker edit box [4]
Some corrections and added display of "deployed ports"
2016-05-16 13:42:55 +02:00
bergware
b4f46e0fbb Enhanced docker edit box [3] 2016-05-15 14:37:32 +02:00
bergware
cebaf8c897 Enhanced docker edit box [2] 2016-05-15 10:40:56 +02:00
bergware
eb1b6e2d22 Enhanced docker edit box 2016-05-14 19:25:06 +02:00
bergware
48e2773e35 Update Docker/VM to reference $eth0 2016-05-14 15:29:19 +02:00
bergware
bf84b78f6e Update Docker/VM to reference $eth0 2016-05-14 15:28:57 +02:00
bergware
561d84f6ec Selective disable of fields when editing docker configuration
Avoid user confusion.
2016-05-14 09:26:46 +02:00
bergware
4a43eef8d8 Update IPADDR references 2016-05-12 08:49:48 +02:00
Eric Schultz
099d37111b Docker: bug fix: allow official docker image updates to work 2016-04-14 12:12:57 -05:00
Eric Schultz
d546a3ea50 Docker: don't download banner images anymore (banners were removed a while back) 2016-04-13 21:27:28 -05:00
Eric Schultz
05cb2f2d7f Docker: remove spaces from container names 2016-04-04 19:15:52 -05:00
Eric Schultz
2d170c267c Docker: Don't override /config Name or Display for V2 templates 2016-04-01 18:15:39 -05:00
Eric Schultz
33101df545 Docker: add 'RO/Slave' path option 2016-03-30 21:38:25 -05:00
gfjardim
6c1df6b987 Fix: Templates not updating 2016-03-29 12:36:17 -03:00
Eric Schultz
92ae26e0c9 Merge branch 'master' of github.com:limetech/dynamix-6.2 2016-03-23 16:03:34 -05:00
gfjardim
cb6d1e2c57 Fix: wrong variable name prevents config creation 2016-03-22 19:42:10 -03:00
Eric Schultz
c8a595f51e Docker formatting / cleanup 2016-03-21 19:10:28 -05:00
Eric Schultz
45ed2b32c7 Docker: allow use of IP or PORT variables in WebUI to be independent of each other 2016-03-21 18:06:57 -05:00
Eric Schultz
8b8fb70d63 Fix Docker WebUI persistence in certain cases 2016-03-21 18:03:34 -05:00
gfjardim
16a931b807 Add Template Authoring Mode. 2016-03-20 20:08:55 -03:00
gfjardim
fc5ef34aaf Bug fixes
- Add: ability to hide edit/remove buttons in basic view;
- Add: hide advanced configurations in a collapsable menu - easier than
toggle Advanced View;
- Fix: Load edited Overview when toggle Views;
- Fix: Variable select box doesn’t have the same textPath width;
- Fix: limit the height of Categories dropdown menu to 200px.
- Fix: dropdownchecklist CSS for white theme
2016-03-20 20:07:24 -03:00
gfjardim
357b0bb92a Add the ability to keep templates in sync with the author's modifications 2016-03-20 20:01:48 -03:00
gfjardim
cb57198de0 Set default port mode to TCP and path mode to RW 2016-03-20 19:57:06 -03:00