{% extends "fmd_dashboard/graph.html" %} {% block endpoint_menu %} {% macro endpoint_submenu(endpoint, name) -%}
| Endpoint | {{ details.endpoint }} |
| Rule(s) | {{ details.rules }} |
| Added since app version | {{ details.rule.version_added }} |
| Date added to app | {{ "{:%Y-%m-%d %H:%M:%S }".format(details.rule.time_added) }} |
| Link to endpoint | {{ details.url }} |
| Last accessed | {{ "{:%Y-%m-%d %H:%M:%S }".format(details.rule.last_requested) if details.rule.last_requested }} |
| Total number of hits | {{ "{:,d}".format(details.total_hits) }} |