{% extends "base.html" %} {% block title %}{{ project.name }} - FC CI{% endblock %} {% block auth %} {% if !auth_name.is_empty() %} {{ auth_name }}
{% else %} Login {% endif %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}{{ desc }}
{% when None %} {% endmatch %}Repository: {{ project.repository_url }}
Created: {{ project.created_at.format("%Y-%m-%d %H:%M") }}
{% if is_admin %} {% endif %}| Name | Expression | Flake | Enabled | Interval |
|---|---|---|---|---|
| {{ j.name }} | {{ j.nix_expression }} |
{% if j.flake_mode %}Yes{% else %}No{% endif %} | {% if j.enabled %}Yes{% else %}No{% endif %} | {{ j.check_interval }}s |
| Commit | Status | Time |
|---|---|---|
| {{ e.commit_short }} | {{ e.status_text }} | {{ e.time }} |