Skip to content

Commit

Permalink
Merge pull request #714 from Carrene/revise/dayscolumn
Browse files Browse the repository at this point in the history
Removed days column from nuggets tab
  • Loading branch information
maryayi authored Jul 20, 2019
2 parents a188673 + 9dd0bc6 commit 8190cd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
15 changes: 0 additions & 15 deletions src/components/NuggetTableView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@
>
<p>{{ getPhaseTitle(nugget) }}</p>
</td>
<td
class="days cell"
:title="nugget.days"
>
<p>{{ nugget.days }}</p>
</td>
<td
class="target-date cell"
:title="formatDate(nugget.dueDate)"
Expand Down Expand Up @@ -331,15 +325,6 @@ export default {
className: 'phase',
filteringItems: this.computedFilteringItems
},
{
label: this.nuggetMetadata.fields.days.label,
isSortingActive: this.sortCriteria.field === 'days',
isFilteringActive: null,
field: 'days',
sortCriteria: 'days',
className: 'days',
filteringItems: null
},
{
label: this.nuggetMetadata.fields.dueDate.label,
isSortingActive: this.sortCriteria.field === 'dueDate',
Expand Down
4 changes: 0 additions & 4 deletions src/styles/layout/_nugget_table_view_layout.sass
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@
max-width: 100px
min-width: 100px

&.days
max-width: 100px
min-width: 100px

&.target-date
max-width: 140px
min-width: 140px
Expand Down

0 comments on commit 8190cd5

Please sign in to comment.