Tweaked the registered time colum layout (treat it as an exception)
This commit is contained in:
parent
22299c2d6e
commit
69bf1bd735
2 changed files with 3 additions and 1 deletions
|
@ -1722,7 +1722,7 @@ module StopTime::Views
|
|||
|
||||
table.tasks do
|
||||
col.task {}
|
||||
col.hours {}
|
||||
col.reg_hours {}
|
||||
col.hourly_rate {}
|
||||
col.amount {}
|
||||
tr do
|
||||
|
|
|
@ -84,6 +84,8 @@ table
|
|||
|
||||
col.amount, col.hours, col.hourly_rate
|
||||
width: 100px
|
||||
col.reg_hours
|
||||
width: 130px
|
||||
col.flag
|
||||
width: 30px
|
||||
col.date
|
||||
|
|
Loading…
Reference in a new issue