Match layout to Firefly III

This commit is contained in:
James Cole
2018-02-04 15:58:03 +01:00
parent 31a6565e17
commit ae3b369e9a
3 changed files with 55 additions and 55 deletions

View File

@@ -11,20 +11,13 @@
<template>
<div>
<div>
<div class="panel panel-default">
<div class="panel-heading">
<div style="display: flex; justify-content: space-between; align-items: center;">
<span>
<div class="box box-primary">
<div class="box-header with-border">
<h3 class="box-title">
Personal Access Tokens
</span>
<a class="action-link" @click="showCreateTokenForm">
Create New Token
</a>
</div>
</h3>
</div>
<div class="panel-body">
<div class="box-body">
<!-- No Tokens Notice -->
<p class="m-b-none" v-if="tokens.length === 0">
You have not created any personal access tokens.
@@ -56,6 +49,11 @@
</tbody>
</table>
</div>
<div class="box-footer">
<a class="action-link btn btn-success" @click="showCreateTokenForm">
Create New Token
</a>
</div>
</div>
</div>