Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
Add Source to summary_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy Griffiths committed Jul 2, 2018
1 parent c237d1d commit cb50fa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysite/code/Model/Domain.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class Domain extends DataObject

private static $summary_fields = [
'Domain' => 'Domain',
'Source' => 'Source',
'LastCheckSuccessfulNice' => 'Last Check Successful?',
'HasValidCertificateNice' => 'Has a Valid Certificate?',
'CurrentCertificate.Name' => 'Certificate Name',
Expand Down

0 comments on commit cb50fa6

Please sign in to comment.