Skip to content

Commit

Permalink
layout fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Oct 22, 2020
1 parent 3a1ec73 commit 38d361f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
Binary file modified api/helm/id-vault-0.1.0.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions api/helm/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ entries:
id-vault:
- apiVersion: v1
appVersion: V1.0
created: "2020-10-22T13:17:59.9926366Z"
created: "2020-10-22T14:00:02.0855736Z"
description: Naast deze JSON rest API is er ook een [graphql](/graphql) interface
beschikbaar.
digest: 5bb1598948dab1828d4e3ded2425fa54dcfc305f8080f91b42b332e304b3434c
digest: 06334dcb85c7880859551d2a551e8aa8f1883d2500143efe9bc5772dc9cceb7d
home: www.id-vault.com
icon: www.id-vault.com
name: id-vault
urls:
- id-vault-0.1.0.tgz
version: 0.1.0
generated: "2020-10-22T13:17:59.9782147Z"
generated: "2020-10-22T14:00:02.0687661Z"
8 changes: 4 additions & 4 deletions api/public/schema/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2391,12 +2391,12 @@ definitions:
description: 'The moment this request was created'
type: string
format: date-time
example: '2020-10-22 13:18:44'
example: '2020-10-22 14:01:25'
dateModified:
description: 'The moment this request last Modified'
type: string
format: date-time
example: '2020-10-22 13:18:44'
example: '2020-10-22 14:01:25'
required: []
AuditTrail-write:
properties:
Expand Down Expand Up @@ -2444,12 +2444,12 @@ definitions:
description: 'The moment this request was created'
type: string
format: date-time
example: '2020-10-22 13:18:44'
example: '2020-10-22 14:01:25'
dateModified:
description: 'The moment this request last Modified'
type: string
format: date-time
example: '2020-10-22 13:18:44'
example: '2020-10-22 14:01:25'
required: []
ChangeLog-write:
properties:
Expand Down
2 changes: 1 addition & 1 deletion api/templates/dashboard/claims.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</h4>

</div>
<div class="card-body">
<div class="card-body" style="padding-top: 0px">

{% if claims is defined and claims is not empty %}
<table class="table table-hover">
Expand Down
3 changes: 1 addition & 2 deletions api/templates/dashboard/contracts.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
</h4>

</div>
<div class="card-body">

<div class="card-body" style="padding-top: 0px">
{% if contracts is defined and contracts is not empty %}
<table class="table table-hover">
<thead>
Expand Down

0 comments on commit 38d361f

Please sign in to comment.