Changes

no edit summary
Line 42: Line 42:     
<!-- Use if device has eth port -->
 
<!-- Use if device has eth port -->
{{#ifeq: {{{eth_leds}}} | 1 |
+
{{#ifeq: {{{eth_leds}}} | 1  
  {{#ifeq: {{{name}}} | TRB140 |
+
  |{{#ifeq: {{{name}}} | TRB140  
  {{Template: Networking_{{lc:{{{name}}}}}_manual_ethernet_port_leds
+
  |{{Template: Networking_{{lc:{{{name}}}}}_manual_ethernet_port_leds
  | file_eth_led = {{{file_eth_led}}}
+
    | file_eth_led = {{{file_eth_led}}}
  | size_eth = {{{size_eth}}}
+
    | size_eth = {{{size_eth}}}
  }}|
+
    }}
  {{Template: Networking_{{lc:{{{series}}}}}_manual_ethernet_port_leds
+
    |{{Template: Networking_{{lc:{{{series}}}}}_manual_ethernet_port_leds
  | file_eth_led = {{{file_eth_led}}}
+
      | file_eth_led = {{{file_eth_led}}}
  | size_eth = {{{size_eth}}}
+
      | size_eth = {{{size_eth}}}
  | name = {{{name}}}
+
      | name = {{{name}}}
  }}
+
      }}|
|
   
}}
 
}}