Files
openwrt-app-actions/applications/luci-app-pve/luasrc/view/pve/tool.htm
siriling 316e110a81 更新
2025-01-20 22:42:26 +08:00

12 lines
214 B
HTML

<%+tasks/embed%>
<script>
window.addEventListener("load", function(){
const taskd = window.taskd;
<% if self.show_log_taskid then -%>
taskd.show_log("<%=self.show_log_taskid%>");
<%- end %>
});
</script>