mirror of
https://github.com/pi-hole/web.git
synced 2026-05-02 14:42:23 +01:00
Fixed custom tabs issue #378
This commit is contained in:
@@ -667,6 +667,7 @@
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="active"><a href="#tab_1" data-toggle="tab">Tab 1</a></li>
|
||||
<li><a href="#tab_2" data-toggle="tab">Tab 2</a></li>
|
||||
<li><a href="#tab_3" data-toggle="tab">Tab 3</a></li>
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
|
||||
Dropdown <span class="caret"></span>
|
||||
@@ -703,6 +704,15 @@
|
||||
words. If several languages coalesce, the grammar of the resulting language is more simple
|
||||
and regular than that of the individual languages.
|
||||
</div><!-- /.tab-pane -->
|
||||
<div class="tab-pane" id="tab_3">
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
||||
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
|
||||
when an unknown printer took a galley of type and scrambled it to make a type specimen book.
|
||||
It has survived not only five centuries, but also the leap into electronic typesetting,
|
||||
remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset
|
||||
sheets containing Lorem Ipsum passages, and more recently with desktop publishing software
|
||||
like Aldus PageMaker including versions of Lorem Ipsum.
|
||||
</div><!-- /.tab-pane -->
|
||||
</div><!-- /.tab-content -->
|
||||
</div><!-- nav-tabs-custom -->
|
||||
</div><!-- /.col -->
|
||||
@@ -713,6 +723,7 @@
|
||||
<ul class="nav nav-tabs pull-right">
|
||||
<li class="active"><a href="#tab_1-1" data-toggle="tab">Tab 1</a></li>
|
||||
<li><a href="#tab_2-2" data-toggle="tab">Tab 2</a></li>
|
||||
<li><a href="#tab_3-2" data-toggle="tab">Tab 3</a></li>
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
|
||||
Dropdown <span class="caret"></span>
|
||||
@@ -749,6 +760,15 @@
|
||||
words. If several languages coalesce, the grammar of the resulting language is more simple
|
||||
and regular than that of the individual languages.
|
||||
</div><!-- /.tab-pane -->
|
||||
<div class="tab-pane" id="tab_3-2">
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
||||
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
|
||||
when an unknown printer took a galley of type and scrambled it to make a type specimen book.
|
||||
It has survived not only five centuries, but also the leap into electronic typesetting,
|
||||
remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset
|
||||
sheets containing Lorem Ipsum passages, and more recently with desktop publishing software
|
||||
like Aldus PageMaker including versions of Lorem Ipsum.
|
||||
</div><!-- /.tab-pane -->
|
||||
</div><!-- /.tab-content -->
|
||||
</div><!-- nav-tabs-custom -->
|
||||
</div><!-- /.col -->
|
||||
|
||||
Reference in New Issue
Block a user