Skip to content

Commit

Permalink
Merge pull request #1072 from getredash/arikfr-patch-2
Browse files Browse the repository at this point in the history
Remove counter from the tasks Done tab (as it always shows 50). #1047
  • Loading branch information
arikfr committed May 23, 2016
2 parents 0d897ea + 09848d6 commit 14fcf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rd_ui/app/views/admin/tasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ul class="tab-nav">
<rd-tab tab-id="in_progress" name="In Progress ({{tasks.in_progress.length}})" ng-click="setTab('in_progress')"></rd-tab>
<rd-tab tab-id="waiting" name="Waiting ({{tasks.waiting.length}})" ng-click="setTab('waiting')"></rd-tab>
<rd-tab tab-id="done" name="Done ({{tasks.done.length}})" ng-click="setTab('done')"></rd-tab>
<rd-tab tab-id="done" name="Done" ng-click="setTab('done')"></rd-tab>
</ul>

<smart-table rows="showingTasks" columns="gridColumns"
Expand Down

0 comments on commit 14fcf01

Please sign in to comment.