diff options
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/renderer.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/renderer.go b/frontend/renderer.go index 9c1f7a7..7d3a161 100644 --- a/frontend/renderer.go +++ b/frontend/renderer.go | |||
@@ -12,12 +12,14 @@ import ( | |||
12 | type Action struct { | 12 | type Action struct { |
13 | Name string | 13 | Name string |
14 | Link string | 14 | Link string |
15 | Target string | ||
15 | Disabled bool | 16 | Disabled bool |
16 | } | 17 | } |
17 | 18 | ||
18 | // Card ist eine Karte im Materialize-Design. | 19 | // Card ist eine Karte im Materialize-Design. |
19 | type Card struct { | 20 | type Card struct { |
20 | Title string | 21 | Title string |
22 | Image string | ||
21 | Description string | 23 | Description string |
22 | Size string | 24 | Size string |
23 | Actions []Action | 25 | Actions []Action |