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 47c92f9342
commit ca2c2afcdf
4 changed files with 15 additions and 8 deletions

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>