| Index: gm/rebaseline_server/column.py
|
| diff --git a/gm/rebaseline_server/column.py b/gm/rebaseline_server/column.py
|
| index 7bce15a2502e05c0dcd846785cbfa535323df0fc..d8d119d1304f74b43c35c5e865863f7d1ccef958 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.
|
| +# NOTE: Keep these in sync with static/constants.js
|
| KEY__HEADER_TEXT = 'headerText'
|
| KEY__HEADER_URL = 'headerUrl'
|
| KEY__IS_FILTERABLE = 'isFilterable'
|
|
|