mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-03 14:19:42 +01:00
Update README.md and listContainers.html: Add social media badges to README for improved community engagement. Adjust table column widths in listContainers.html for better layout and readability.
This commit is contained in:
@@ -8,6 +8,12 @@ Web Hosting Control Panel powered by OpenLiteSpeed, designed to simplify hosting
|
||||
|
||||
> **Current Version**: 2.4 Build 3 | **Last Updated**: September 20, 2025
|
||||
|
||||
[](https://github.com/usmannasir/cyberpanel)
|
||||
[](https://discord.gg/g8k8Db3)
|
||||
[](https://www.facebook.com/groups/cyberpanel)
|
||||
[](https://www.youtube.com/@Cyber-Panel)
|
||||
[](https://cyberpanel.net/KnowledgeBase/)
|
||||
|
||||
---
|
||||
|
||||
## 🔧 Features & Services
|
||||
|
||||
@@ -314,6 +314,7 @@
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--border-color, #e8e9ff);
|
||||
margin-bottom: 2rem;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.containers-table thead {
|
||||
@@ -613,11 +614,11 @@
|
||||
<table class="containers-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{% trans "Container" %}</th>
|
||||
<th>{% trans "Owner" %}</th>
|
||||
<th>{% trans "Image" %}</th>
|
||||
<th>{% trans "Tag" %}</th>
|
||||
<th style="text-align: center;">{% trans "Actions" %}</th>
|
||||
<th style="width: 25%;">{% trans "Container" %}</th>
|
||||
<th style="width: 15%;">{% trans "Owner" %}</th>
|
||||
<th style="width: 25%;">{% trans "Image" %}</th>
|
||||
<th style="width: 15%;">{% trans "Tag" %}</th>
|
||||
<th style="width: 20%; text-align: center;">{% trans "Actions" %}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -703,9 +704,9 @@
|
||||
<table class="containers-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{% trans "Container" %}</th>
|
||||
<th>{% trans "Status" %}</th>
|
||||
<th style="text-align: center;">{% trans "Actions" %}</th>
|
||||
<th style="width: 40%;">{% trans "Container" %}</th>
|
||||
<th style="width: 20%;">{% trans "Status" %}</th>
|
||||
<th style="width: 40%; text-align: center;">{% trans "Actions" %}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
BIN
image/README/1758393851516.png
Normal file
BIN
image/README/1758393851516.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 268 KiB |
BIN
image/README/1758393879941.png
Normal file
BIN
image/README/1758393879941.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 232 KiB |
Reference in New Issue
Block a user