| Index: gm/rebaseline_server/column.py
|
| diff --git a/gm/rebaseline_server/column.py b/gm/rebaseline_server/column.py
|
| index 7bce15a2502e05c0dcd846785cbfa535323df0fc..ca71910f0b86255661b2eaaf147c70ac3321ae61 100644
|
| --- a/gm/rebaseline_server/column.py
|
| +++ b/gm/rebaseline_server/column.py
|
| @@ -10,6 +10,7 @@ ColumnHeaderFactory class (see class docstring for details)
|
| """
|
|
|
| # Keys used within dictionary representation of each column header.
|
| +# Keep these in sync with static/constants.js
|
| KEY__HEADER_TEXT = 'headerText'
|
| KEY__HEADER_URL = 'headerUrl'
|
| KEY__IS_FILTERABLE = 'isFilterable'
|
|
|