From 904c27232a35f3598424c897e82efe6ddce6a974 Mon Sep 17 00:00:00 2001
From: chansizzle <14916599+chansizzle@users.noreply.github.com>
Date: Tue, 8 Sep 2020 16:08:09 -0600
Subject: [PATCH] Change dssSide instead of SidekeyConfig1 (#5444)
---
.../templates/provision/fanvil/x6u/{$mac}.cfg | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/resources/templates/provision/fanvil/x6u/{$mac}.cfg b/resources/templates/provision/fanvil/x6u/{$mac}.cfg
index c2588168b2..5db5a187a6 100644
--- a/resources/templates/provision/fanvil/x6u/{$mac}.cfg
+++ b/resources/templates/provision/fanvil/x6u/{$mac}.cfg
@@ -3890,16 +3890,14 @@
-
- {foreach $keys["line"] as $row}
-
- {if $row.device_key_type == 3}0{elseif $row.device_key_type == 1}2{else}1{/if}
- {if $row.device_key_type == 3}{elseif $row.device_key_type == 1}SIP{$row.device_key_line}{else}{$row.device_key_value}@{$row.device_key_line}/{$row.device_key_type}{/if}
- {$row.device_key_label}
- {$row.device_key_icon}
-
- {/foreach}
-
+ {foreach $keys["line"] as $row}
+
+ {if $row.device_key_type == 3}0{elseif $row.device_key_type == 1}2{else}1{/if}
+ {if $row.device_key_type == 3}{elseif $row.device_key_type == 1}SIP{$row.device_key_line}{else}{$row.device_key_value}@{$row.device_key_line}/{$row.device_key_type}{/if}
+ {$row.device_key_label}
+ {$row.device_key_icon}
+
+ {/foreach}
{strip}{*-- Each Internal Index contains 12 keys --*}{/strip}