fix improper use of bootstrap table class
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="row">
|
||||
<div class="span6">
|
||||
<h3 class="nd_inventory-table-head">By Platform</h3>
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-condensed table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Vendor</th>
|
||||
@@ -33,7 +33,7 @@
|
||||
</div>
|
||||
<div class="span6">
|
||||
<h3 class="nd_inventory-table-head">By Software Release</h3>
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-condensed table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>OS</th>
|
||||
|
||||
Reference in New Issue
Block a user