Skip to content
Snippets Groups Projects
Commit b050cb52 authored by Jason Hough's avatar Jason Hough
Browse files

Changes admin page's toolbar

No related merge requests found
const Admin = {
template:
`<div>
<v-toolbar dark color="primary" app>
<v-toolbar-title class="white--text">Admin Page</v-toolbar-title>
<v-spacer></v-spacer>
</v-toolbar>
<v-dialog v-model="showImportDialog" max-width="50%">
<v-card>
<v-toolbar dark color="primary">
......@@ -18,7 +21,7 @@ const Admin = {
</v-dialog>
<data-table ref="importSamplestable" table-title="Import Samples"
<data-table ref="importSamplestable" :fixed="false" table-title="Import Samples"
initial-sort="sampleAccessionDate"
:export-enabled="true">
</data-table>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment