Skip to content
Snippets Groups Projects
Commit bc0d2dd7 authored by moon's avatar moon
Browse files

#11: Reformatted

parent 3892fe8a
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@
<div>
<a ref="download" />
<table
:id="id"
class="table table-striped table-bordered table-hover"
width="100%"
:id="id"
class="table table-striped table-bordered table-hover"
width="100%"
/>
</div>
</template>
......@@ -156,7 +156,7 @@ export default {
table = $(tableId).DataTable(nTableOptions);
$("#download").html('<div style="text-align: right;"><div class="dropdown">\n' +
$('#download').html('<div style="text-align: right;"><div class="dropdown">\n' +
' <button class="btn btn-primary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">\n' +
' Download\n' +
' </button>\n' +
......
......@@ -7,9 +7,9 @@
<h2>Proteins</h2>
</div>
<data-table
id="proteinTable"
/>
<data-table
id="proteinTable"
/>
</div>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment