Removed 'stacked-bar' reference from Dashboard, added table to New Section
This commit is contained in:
parent
ec1655a5ca
commit
55f3f50576
2 changed files with 17 additions and 6 deletions
|
@ -1,6 +1,16 @@
|
|||
<div class="animated fadeIn">
|
||||
<div class="row">
|
||||
<h1>Hello World!</h1>
|
||||
</div><!--/.row-->
|
||||
<table class="table table-striped table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Postcode</th>
|
||||
<th>Spend</th>
|
||||
<th>Cost</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
Reference in a new issue