Skip to content

Commit

Permalink
Filter versioned table names only (re #130) (re #356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Short committed Apr 4, 2018
1 parent 4c17b26 commit 1f1117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/components/queries/schema-browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</div>

<div class="schema-browser" vs-repeat vs-size="$ctrl.getSize(table)">
<div ng-repeat="table in $ctrl.schema | filter:$ctrl.schemaFilter | filter:'!'+$ctrl.versionFilter">
<div ng-repeat="table in $ctrl.schema | filter:$ctrl.schemaFilter | filter: {name: '!'+$ctrl.versionFilter}">
<div class="table-name" ng-click="$ctrl.showTable(table)">
<i class="fa fa-table"></i>
<strong>
Expand Down

0 comments on commit 1f1117d

Please sign in to comment.