Commit 9b653bf4 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) interfaces.php small glitch on page open

parent 8c26ef0d
...@@ -1821,7 +1821,7 @@ include("head.inc"); ...@@ -1821,7 +1821,7 @@ include("head.inc");
</div> </div>
</div> </div>
<!-- static IPv4 --> <!-- static IPv4 -->
<div class="tab-content content-box col-xs-12 __mb" id="staticv4"> <div class="tab-content content-box col-xs-12 __mb" id="staticv4" style="display:none">
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
...@@ -1920,7 +1920,7 @@ include("head.inc"); ...@@ -1920,7 +1920,7 @@ include("head.inc");
</div> </div>
</div> </div>
<!-- Section : dhcp v4 --> <!-- Section : dhcp v4 -->
<div class="tab-content content-box col-xs-12 __mb" id="dhcp"> <div class="tab-content content-box col-xs-12 __mb" id="dhcp" style="display:none">
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
...@@ -2088,7 +2088,7 @@ include("head.inc"); ...@@ -2088,7 +2088,7 @@ include("head.inc");
</div> </div>
</div> </div>
<!-- Section : PPP --> <!-- Section : PPP -->
<div class="tab-content content-box col-xs-12 __mb" id="ppp"> <div class="tab-content content-box col-xs-12 __mb" id="ppp" style="display:none">
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
...@@ -2194,7 +2194,7 @@ include("head.inc"); ...@@ -2194,7 +2194,7 @@ include("head.inc");
</div> </div>
</div> </div>
<!-- Section : PPPOE --> <!-- Section : PPPOE -->
<div class="tab-content content-box col-xs-12 __mb" id="pppoe"> <div class="tab-content content-box col-xs-12 __mb" id="pppoe" style="display:none">
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
...@@ -2332,7 +2332,7 @@ include("head.inc"); ...@@ -2332,7 +2332,7 @@ include("head.inc");
</div> </div>
</div> </div>
<!-- Section : PPTP / L2TP --> <!-- Section : PPTP / L2TP -->
<div class="tab-content content-box col-xs-12 __mb" id="pptp"> <div class="tab-content content-box col-xs-12 __mb" id="pptp" style="display:none">
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
...@@ -2415,7 +2415,7 @@ include("head.inc"); ...@@ -2415,7 +2415,7 @@ include("head.inc");
</div> </div>
</div> </div>
<!-- Section : static IPv6 --> <!-- Section : static IPv6 -->
<div class="tab-content content-box col-xs-12 __mb" id="staticv6"> <div class="tab-content content-box col-xs-12 __mb" id="staticv6" style="display:none">
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
...@@ -2513,7 +2513,7 @@ include("head.inc"); ...@@ -2513,7 +2513,7 @@ include("head.inc");
</div> </div>
</div> </div>
<!-- Section : dhcp v6 --> <!-- Section : dhcp v6 -->
<div class="tab-content content-box col-xs-12 __mb" id="dhcp6"> <div class="tab-content content-box col-xs-12 __mb" id="dhcp6" style="display:none">
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
...@@ -2718,7 +2718,7 @@ include("head.inc"); ...@@ -2718,7 +2718,7 @@ include("head.inc");
</div> </div>
</div> </div>
<!-- Section : 6RD--> <!-- Section : 6RD-->
<div class="tab-content content-box col-xs-12 __mb" id="6rd"> <div class="tab-content content-box col-xs-12 __mb" id="6rd" style="display:none">
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
...@@ -2768,7 +2768,7 @@ include("head.inc"); ...@@ -2768,7 +2768,7 @@ include("head.inc");
</div> </div>
</div> </div>
<!-- Section : Track 6 --> <!-- Section : Track 6 -->
<div class="tab-content content-box col-xs-12 __mb" id="track6"> <div class="tab-content content-box col-xs-12 __mb" id="track6" style="display:none">
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment