Skip to content

Commit

Permalink
tests fixed; should do another pass to cover more use cases, and DRY …
Browse files Browse the repository at this point in the history
…out the code [PTV-1620][PTV-1845]
  • Loading branch information
eapearson committed Oct 24, 2022
1 parent c5c6a11 commit dbce801
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions kbase-extension/static/kbase/gallery/widgets/kbaseTabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ <h1>KBase Tabs Demo</h1>

<p><a href="../index.html">Index</a></p>

<h2>Default Tabs</h2>

<p>
This is just about the simplest tab usage - just create a set of static tabs, leaving
everything to defaults.
</p>

<h4>Global tabset options</h4>
<table class="table table-striped" style="width: auto;">
Expand Down Expand Up @@ -65,6 +59,14 @@ <h4>Global tabset options</h4>
</tbody>
</table>


<h2>Default Tabs</h2>

<p>
This is just about the simplest tab usage - just create a set of static tabs, leaving
everything to defaults.
</p>

<div class="Example">
<div id="demo1"></div>
</div>
Expand Down

0 comments on commit dbce801

Please sign in to comment.