Zack Spear
a8f432058f
style: refactor table structure across multiple pages for scrollable layout on smaller screen sizes
...
- Wrapped tables in a <div> with class "TableContainer" for better responsiveness.
- Ensured consistent styling and structure across ArrayDevices.page, BootDevice.page, DiskList.page, ShareList.page, DockerContainers.page, Plugins.page, and VMMachines.page.
- Updated CSS to support new table container classes for enhanced layout control.
2025-05-08 18:53:53 -07:00
Zack Spear
091675054e
refactor: shares, docker, and vm pages - move away from echoing full HTML
2025-05-07 16:30:42 -07:00
Zack Spear
bab342df7b
Merge branch 'master' into feat/theme-helper-class
2025-05-05 10:46:17 -07:00
bergware
1e9b5acd37
Docker and VM: remove path do not exist warning
2025-04-25 11:52:25 +02:00
bergware
57c1684d7d
Docker and VM: remove "path does not exist" warning
2025-04-24 09:19:01 +02:00
Zack Spear
cb0dbb4657
refactor: replace $theme1 variable usage with ThemeHelper methods for consistency across multiple pages
2025-04-07 11:44:58 -07:00
Zack Spear
f041c83a92
feat: implement ThemeHelper class to centralize theme management and improve color handling across various pages
2025-04-07 11:44:58 -07:00
Zack Spear
9289df5e68
fix: comment out .fileTree styles across multiple CSS files to streamline layout and prevent conflicts
2025-04-03 15:53:13 -07:00
Zack Spear
62c12b5ada
style: add jquery.ui.css & dynamix-jquery-ui.css into DefaultPageLayout and out of .page files
2025-04-02 10:58:55 -07:00
Zack Spear
9c468b636b
style: replace DockerManager.css with dynamix-jquery-ui.css across multiple pages for improved theme consistency and maintainability
2025-04-01 15:37:49 -07:00
Zack Spear
16a647d1c8
Merge branch 'master' into feat/css3-variables
2025-03-31 11:44:47 -07:00
Tom Mortensen
5f23f71faf
fix: properly delete docker runtime directory including btrfs subvolumes and/or zfs datasets
2025-03-28 15:18:28 -07:00
Squidly271
23c474556f
Support Main and Docker Tabs
2025-03-24 12:37:02 -04:00
tom mortensen
ece22eb33d
Merge pull request #2074 from Squidly271/patch-45
...
Fix: Allow docker context menu to be either above or below depending …
2025-03-21 00:23:55 -07:00
Squidly271
3d2ea08bc1
Fix: Allow docker context menu to be either above or below depending upon space
2025-03-19 23:01:23 -04:00
bergware
9f14e81621
Docker: allow independent IPv4 and IPv6 selection for configured networks
2025-03-19 13:09:17 +01:00
bergware
8fb1974de3
Docker: allow independent IPv4 and IPv6 selection for configured networks
2025-03-19 13:07:22 +01:00
Squidly271
a6aeb86c69
Update docker_init
2025-02-25 15:30:58 -05:00
Squidly271
f9e20d10b4
Prevent extraneous writes
2025-02-25 15:24:03 -05:00
Squidly271
0e0d7b8adf
Fix: Last container wouldn't autostart
2025-02-25 15:10:13 -05:00
tom mortensen
78ea6f4a05
Merge pull request #2047 from Squidly271/patch-31
...
Prevent start of containers with Host and TS Enabled
2025-02-25 09:44:51 -08:00
Squidly271
cc9c0329fc
Add notification
2025-02-25 10:47:31 -05:00
Squidly271
fbf176d5d8
coderabbit - error handling
2025-02-25 10:24:34 -05:00
Squidly271
0f301ab77d
Coderabbit
2025-02-25 10:17:27 -05:00
Squidly271
9441db1abf
Prevent manually starting containers with Host and TS enabled
2025-02-25 10:14:08 -05:00
Squidly271
f7d9fd90b2
Disallow Start All on containers with Host and TS enabled
2025-02-25 10:11:59 -05:00
Squidly271
78decb4597
Refactor: Coderabbit suggestions
2025-02-24 16:51:37 -05:00
Squidly271
5503affa44
Fix: Don't autostart containers on host network with TS enabled
2025-02-24 16:23:58 -05:00
Squidly271
8f1bf83905
Refactor: Disallow TS on Host/Container Networks
2025-02-24 06:30:58 -05:00
Christoph
a511ae85fb
Update Helpers.php
...
fix typo
2025-02-21 09:17:19 +01:00
Christoph
ac9df081e7
Update Helpers.php
...
- Necessary changes for TStarget
2025-02-21 09:03:40 +01:00
Christoph
5f31dc5bc3
Update CreateDocker.php
...
- Allow changing target in WebUI
2025-02-21 08:58:36 +01:00
Squidly271
bae5b51103
Disallow TS integration on network types host/container
2025-02-16 11:31:25 -05:00
Christoph
b8f7e2f32f
Update DockerClient.php
...
- fix incorrect indentation
2025-02-13 08:45:18 +01:00
Christoph
4190ec4d71
Update DockerContainers.php
...
- only display update status for containers managed by `dockerman`
2025-02-13 08:40:28 +01:00
Christoph
698fc7bfb7
Update DockerClient.php
...
- make sure to only pull update status from Docker containers managed by `dockerman`
2025-02-13 08:34:36 +01:00
bergware
94d1ee62f7
Wireless support - fine tuning
2025-02-07 15:17:43 +01:00
bergware
913d18bccb
Docker: fix regression error
2025-02-07 04:07:49 +01:00
tom mortensen
22f7acb527
Merge pull request #1949 from bergware/master
...
Date and Time enhancements and other fixes
2025-02-06 12:37:25 -08:00
bergware
dcc95fe882
Update DockerClient.php
2025-02-06 15:49:06 +01:00
bergware
ee5409dd3d
Update DockerClient.php
2025-02-06 15:45:23 +01:00
bergware
d1058957bb
Fix typo
2025-02-06 12:43:59 +01:00
bergware
fe61abe435
Update DockerContainers.php
2025-02-06 12:38:47 +01:00
bergware
bc830d71cd
Wireless support : finetuning
2025-02-06 12:30:52 +01:00
bergware
e162795f91
Docker: show wireless IP address when fixed connection is not present
2025-02-06 01:27:04 +01:00
Tom Mortensen
ef5ebd8683
fix: possible cause of nchan memory leak - version 2
2025-02-04 14:28:24 -08:00
bergware
9a1e11c616
Merge remote-tracking branch 'upstream/master'
2025-01-30 23:31:14 +01:00
Tom Mortensen
41606806f7
fix: possible cause of nchan memory leak
2025-01-29 07:32:28 -08:00
bergware
33725832f7
Restore htmlspecialchars function
2025-01-29 14:52:24 +01:00
bergware
642ff5357f
Restore htmlspecialchars function
2025-01-29 14:50:50 +01:00