🎈 Sync 2024-12-09 10:04

This commit is contained in:
github-actions[bot] 2024-12-09 10:04:10 +08:00
parent 0459d63a77
commit 21cd3ca884
2 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ function o.validate(self, value)
end
o = s:option(Value, "check_ip", translate("Check IP"))
o.rmempty = false
o.rmempty = true
o.datatype = "ipaddr"
o:depends("role", "fallback")

View File

@ -7,11 +7,11 @@
{
if (st.running)
{
tb.innerHTML = '<br/><em style=\"color:green\"><%:The floatip service is running.%></em>';
tb.innerHTML = '<br/><em style=\"color:green\"><%:The FloatingGateway service is running.%></em>';
}
else
{
tb.innerHTML = '<br/><em style=\"color:red\"><%:The floatip service is not running.%></em>';
tb.innerHTML = '<br/><em style=\"color:red\"><%:The FloatingGateway service is not running.%></em>';
}
}
}
@ -19,7 +19,7 @@
//]]></script>
<fieldset class="cbi-section">
<legend><%:FloatIP Status%></legend>
<legend><%:FloatingGateway Status%></legend>
<p id="floatip_status">
<em><%:Collecting data...%></em>
</p>