Interface cleanup

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

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

@ -5,7 +5,6 @@ local container_running = string.find(string.lower(container_status), "up") and
-%>
<div class="cbi-value">
<label class="cbi-value-title">Status</label>
<div class="cbi-value-field">
<% if container_running then %>
<button class="cbi-button cbi-button-success" disabled="true"><%= container_status %></button>

Loading…
Cancel
Save