mirror of
https://github.com/roacn/openwrt-packages.git
synced 2025-01-07 03:16:45 +08:00
🎈 Sync 2024-12-09 10:04
This commit is contained in:
parent
0459d63a77
commit
21cd3ca884
@ -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")
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user