Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bastion - adding table sort to nutupane. #2580

Merged
merged 1 commit into from
Jul 7, 2013

Conversation

waldenraines
Copy link
Contributor

No description provided.

<th alch-table-column>{{ "Last Checkin" }}</th>
<th alch-table-column column-id="name" ng-click="table.sortBy(column)">
{{ "Name" }}
<i class="sort-icon" ng-show="table.sort.by == column.id" ng-class="{'icon-sort-down': column.sortOrder == 'DESC', 'icon-sort-up': column.sortOrder == 'ASC'}"></i>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like the directive should handle putting this into the template, otherwise it's a bit repetitive and requiring a developer to copy/paste the exact syntax everywhere.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

@ehelms
Copy link
Member

ehelms commented Jul 6, 2013

ACK

waldenraines pushed a commit that referenced this pull request Jul 7, 2013
Bastion - adding table sort to nutupane.
@waldenraines waldenraines merged commit 34a74ff into Katello:bastion Jul 7, 2013
jjeffers pushed a commit to jjeffers/katello that referenced this pull request Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants