Fixed replication issue - clean up debug
This commit is contained in:
@@ -134,15 +134,15 @@
|
||||
data-bulk-delete-endpoint="{{ url_for('ui.bulk_delete_objects', bucket_name=bucket_name) }}"
|
||||
data-bulk-download-endpoint="{{ url_for('ui.bulk_download_objects', bucket_name=bucket_name) }}"
|
||||
>
|
||||
<table class="table table-hover align-middle mb-0" id="objects-table">
|
||||
<table class="table table-hover align-middle mb-0" id="objects-table" style="table-layout: fixed;">
|
||||
<thead class="table-light">
|
||||
<tr>
|
||||
<th scope="col" class="text-center" style="width: 3rem;">
|
||||
<input class="form-check-input" type="checkbox" data-select-all aria-label="Select all objects" />
|
||||
</th>
|
||||
<th scope="col">Key</th>
|
||||
<th scope="col" class="text-end">Size</th>
|
||||
<th scope="col" class="text-end">Actions</th>
|
||||
<th scope="col" class="text-end" style="width: 6rem;">Size</th>
|
||||
<th scope="col" class="text-end" style="width: 5.5rem;">Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user