m5 = Map("mwan3", translate("MWAN - Members"))
- m5:append(Template("mwan/config_css"))
-
mwan_member = m5:section(TypedSection, "member", nil,
translate("Members are profiles attaching a metric and weight to an MWAN interface<br />" ..
m5 = Map("mwan3", translate("MWAN - Policies"),
policyWarn())
- m5:append(Template("mwan/config_css"))
mwan_policy = m5:section(TypedSection, "policy", nil,
m5 = Map("mwan3", translate("MWAN - Rules"),
ruleWarn())
- m5:append(Template("mwan/config_css"))
-
mwan_rule = m5:section(TypedSection, "rule", nil,
translate("Rules specify which traffic will use a particular MWAN policy based on IP address, port or protocol<br />" ..
+++ /dev/null
-<style type="text/css">
- table td { /* cells showing the configuration values */
- padding: 0px;
- text-align: center;
- vertical-align: middle;
- }
- table th { /* column for configuration section name */
- padding: 0px;
- text-align: center;
- vertical-align: middle;
- }
- table tbody th { /* column for configuration section name */
- padding: 0px;
- vertical-align: middle;
- }
- .cbi-section-node table div { /* rows */
- padding-top: 5px;
- }
- table.cbi-section-table td.cbi-section-table-cell { /* sort buttons column */
- text-align: center;
- }
- .cbi-section h3 {
- color: rgb(85, 85, 85);
- font-family: Trebuchet MS,Verdana,sans-serif;
- font-style: italic;
- font-weight: normal;
- }
-</style>