Skip to content

Commit

Permalink
Implements #581
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Oct 28, 2024
1 parent 99d8834 commit 805878d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions app/templates/infrastructures.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ <h4 class="font-weight-bold text-primary">My Infrastructures</h4>
<!--Table head-->
<thead>
<tr>
<th style="width: 10%" scope="col">Name</th>
<th style="width: 25%; white-space: nowrap;" scope="col">Infrastructure uuid</th>
<th style="width: 5%; white-space: nowrap;" scope="col">Cloud Type</th>
<th style="width: 20%; white-space: nowrap;" scope="col">Cloud Info</th>
<th style="width: 10%" scope="col">Status</th>
<th style="width: 17%" scope="col">VMs</th>
<th style="width: 13%" scope="col">Actions</th>
<th style="width: 10%" scope="col" class="no-sort">Name</th>
<th style="width: 25%; white-space: nowrap;" scope="col" class="no-sort">Infrastructure uuid</th>
<th style="width: 5%; white-space: nowrap;" scope="col" class="no-sort">Cloud Type</th>
<th style="width: 20%; white-space: nowrap;" scope="col" class="no-sort">Cloud Info</th>
<th style="width: 10%" scope="col" class="no-sort">Status</th>
<th style="width: 17%" scope="col" class="no-sort">VMs</th>
<th style="width: 13%" scope="col" class="no-sort">Actions</th>
</tr>
</thead>
<!--Table head-->
Expand Down Expand Up @@ -569,6 +569,7 @@ <h5 class="modal-title" id="change_auth_label_{{infId}}">Change/Add Owner</h5>
$('#tableUserDeployments').dataTable( {
"responsive": true,
"order": [],
//"ordering": false
"columnDefs": [ {
"targets" : 'no-sort',
"orderable": false,
Expand Down

0 comments on commit 805878d

Please sign in to comment.