+
+ {{title}}
+
+ {{#if statuses.length}}
+
+
+
+ {{else}}
+
+ {{/if}}
+
+ | Repository | +Branch | +Status | +Last Updated | +Actions | +
|---|---|---|---|---|
| {{this.repoOwner}}/{{this.repoName}} | +{{this.branch}} | ++ {{#if (eq this.status 'SUCCEEDED')}}{{this.status}} + {{else if (eq this.status 'FAILED')}}{{this.status}} + {{else if (eq this.status 'IN_PROGRESS')}}{{this.status}} + {{else if (eq this.status 'QUEUED')}}{{this.status}} + {{else}}{{this.status}}{{/if}} + | +{{this.lastUpdated}} | ++ + | +
No CI statuses found.