syntax fix

pull/1/head
riley 1 year ago
parent da593b5572
commit ccdb8d9139

@ -11,7 +11,7 @@ m = taskd.docker_map("frigate", "Frigate NVR", "/usr/libexec/apps/frigate/frigat
translate("Frigate is an open-source NVR built around real-time AI object detection. All processing is performed locally on your own hardware.")
.. "<br/>".. translate("Official website:") .. ' <a href=\"https://frigate.video/\" target=\"_blank\">https://frigate.video/</a>')
s = m:section(SimpleSection, translate("Container Status")
s = m:section(SimpleSection, translate("Container Status"))
s:append(Template("frigate/status"))
-- General Frigate Docker setup

Loading…
Cancel
Save