Remove deprecated width from table

This commit is contained in:
amcmanu3 2024-06-23 19:17:46 -04:00
parent af11737b48
commit 0156988d23

View File

@ -65,7 +65,7 @@
{% if len(data['backups']) > 0 %} {% if len(data['backups']) > 0 %}
<div class="d-none d-lg-block"> <div class="d-none d-lg-block">
<table class="table table-hover responsive-table" aria-label="backups list" id="backup_table" <table class="table table-hover responsive-table" aria-label="backups list" id="backup_table"
width="100%" style="table-layout:fixed;"> style="table-layout:fixed;">
<thead> <thead>
<tr class="rounded"> <tr class="rounded">
<th scope="col" style="width: 15%; min-width: 10px;">{{ translate('serverBackups', 'name', <th scope="col" style="width: 15%; min-width: 10px;">{{ translate('serverBackups', 'name',
@ -130,7 +130,7 @@
</div> </div>
<div class="d-block d-lg-none"> <div class="d-block d-lg-none">
<table aria-label="backups list" class="table table-hover responsive-table" id="backup_table_mini" <table aria-label="backups list" class="table table-hover responsive-table" id="backup_table_mini"
width="100%" style="table-layout:fixed;"> style="table-layout:fixed;">
<thead> <thead>
<tr class="rounded"> <tr class="rounded">
<th style="width: 40%; min-width: 10px;">Name <th style="width: 40%; min-width: 10px;">Name