Add column sorting to Access & Security tables

This patch adds column sorting to the transfer tables within the
Access and Security step of the new Launch Instance Wizard.
This ensures UI consistency with other steps' transfer tables.

Closes-Bug: 1433790
Change-Id: Ic4571998cc6a5e31466f90ab95dcbdf1fc825b40
This commit is contained in:
Brian Tully 2015-03-18 17:23:25 -04:00 committed by Michael Hagedorn
parent a701edf2b8
commit f0f43cda3f
1 changed files with 4 additions and 4 deletions

View File

@ -84,8 +84,8 @@
</tr>
<tr>
<th class="expander"></th>
<th st-sort-default class="rsp-p1">{$ ::label.name $}</th>
<th class="rsp-p1">{$ ::label.description $}</th>
<th st-sort="name" st-sort-default class="rsp-p1">{$ ::label.name $}</th>
<th st-sort="description" class="rsp-p1">{$ ::label.description $}</th>
<th></th>
</tr>
</thead>
@ -205,8 +205,8 @@
</tr>
<tr>
<th class="expander"></th>
<th st-sort-default class="rsp-p1">{$ ::label.name $}</th>
<th class="rsp-p1">{$ ::keyPairTableLabels.fingerprint $}</th>
<th st-sort="name" st-sort-default class="rsp-p1">{$ ::label.name $}</th>
<th st-sort="fingerprint" class="rsp-p1">{$ ::keyPairTableLabels.fingerprint $}</th>
<th></th>
</tr>
</thead>