Merge branch 'fronkdev' into 'master'
Added new routers to Cpeprovisioning See merge request fronk/thetool!1245
This commit is contained in:
@@ -273,12 +273,18 @@ $pagination_entity_name = "Zu provisionierende CPEs";
|
|||||||
<option value="FritzBox 4050" <?= ($product->cpeprovisioning->routertype == "FritzBox 4050") ? "selected='selected'" : "" ?>>
|
<option value="FritzBox 4050" <?= ($product->cpeprovisioning->routertype == "FritzBox 4050") ? "selected='selected'" : "" ?>>
|
||||||
FritzBox 4050 (Inet, Phone IPTV)
|
FritzBox 4050 (Inet, Phone IPTV)
|
||||||
</option>
|
</option>
|
||||||
|
<option value="FritzBox 5530" <?= ($product->cpeprovisioning->routertype == "FritzBox 5530") ? "selected='selected'" : "" ?>>
|
||||||
|
FritzBox 5530 (Inet P2P, Phone, IPTV)
|
||||||
|
</option>
|
||||||
<option value="FritzBox 7530" <?= ($product->cpeprovisioning->routertype == "FritzBox 7530") ? "selected='selected'" : "" ?>>
|
<option value="FritzBox 7530" <?= ($product->cpeprovisioning->routertype == "FritzBox 7530") ? "selected='selected'" : "" ?>>
|
||||||
FritzBox 7530 (Inet, Phone, IPTV)
|
FritzBox 7530 (Inet, Phone, IPTV)
|
||||||
</option>
|
</option>
|
||||||
<option value="FritzBox 7590" <?= ($product->cpeprovisioning->routertype == "FritzBox 7590") ? "selected='selected'" : "" ?>>
|
<option value="FritzBox 7590" <?= ($product->cpeprovisioning->routertype == "FritzBox 7590") ? "selected='selected'" : "" ?>>
|
||||||
FritzBox 7590 (Inet, Phone, IPTV)
|
FritzBox 7590 (Inet, Phone, IPTV)
|
||||||
</option>
|
</option>
|
||||||
|
<option value="FritzBox 7690" <?= ($product->cpeprovisioning->routertype == "FritzBox 7690") ? "selected='selected'" : "" ?>>
|
||||||
|
FritzBox 7690 (Inet, Phone, IPTV)
|
||||||
|
</option>
|
||||||
<?php elseif ($product->product->attributes['bras_type']->value == "static"): ?>
|
<?php elseif ($product->product->attributes['bras_type']->value == "static"): ?>
|
||||||
<option value="Mikrotik HAP AC" <?= ($product->cpeprovisioning->routertype == "Mikrotik HAP AC") ? "selected='selected'" : "" ?>>
|
<option value="Mikrotik HAP AC" <?= ($product->cpeprovisioning->routertype == "Mikrotik HAP AC") ? "selected='selected'" : "" ?>>
|
||||||
Mikrotik HAP AC (Inet, IPTV)
|
Mikrotik HAP AC (Inet, IPTV)
|
||||||
|
|||||||
Reference in New Issue
Block a user