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:
Master3395
2025-09-20 20:46:32 +02:00
parent af434bcb89
commit f7e533db9b
4 changed files with 15 additions and 8 deletions

View File

@@ -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
[![GitHub](https://img.shields.io/badge/GitHub-Repository-blue?style=flat-square&logo=github)](https://github.com/usmannasir/cyberpanel)
[![Discord](https://img.shields.io/badge/Discord-Join%20Chat-7289DA?style=flat-square&logo=discord)](https://discord.gg/g8k8Db3)
[![Facebook](https://img.shields.io/badge/Facebook-Community-1877F2?style=flat-square&logo=facebook)](https://www.facebook.com/groups/cyberpanel)
[![YouTube](https://img.shields.io/badge/YouTube-Channel-FF0000?style=flat-square&logo=youtube)](https://www.youtube.com/@Cyber-Panel)
[![Documentation](https://img.shields.io/badge/Documentation-Read%20Now-green?style=flat-square&logo=gitbook)](https://cyberpanel.net/KnowledgeBase/)
---
## 🔧 Features & Services

View File

@@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB