Skip to content

Commit

Permalink
Add status column to Repositories list
Browse files Browse the repository at this point in the history
  • Loading branch information
ZitaNemeckova committed Apr 24, 2017
1 parent 503cabf commit a68eed6
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 a68eed6

Please sign in to comment.