Skip to content

Commit

Permalink
Merge pull request #14855 from ZitaNemeckova/add_status_repo
Browse files Browse the repository at this point in the history
Add status column to Repositories list
  • Loading branch information
chessbyte authored Apr 26, 2017
2 parents 2e972f1 + a68eed6 commit 516e59a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ cols:
- total_payloads
- created_at
- updated_at
- status

# Included tables (joined, has_one, has_many) and columns

Expand All @@ -36,6 +37,7 @@ col_order:
- total_payloads
- created_at
- updated_at
- status

# Column titles, in order
headers:
Expand All @@ -44,6 +46,7 @@ headers:
- Playbooks
- Created On
- Updated On
- Status

col_formats:
-
Expand Down

0 comments on commit 516e59a

Please sign in to comment.