aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2016-03-27 17:46:17 (UTC)
committerjan <jan@ruken.pw>2016-03-27 17:46:17 (UTC)
commitc7f28c0032163075bd21f899c37ae992e3eece80 (patch)
tree18c580c2f260e93ac97ddb4b4ec42bcae7e58254 /views
parent876530b3da8377e7072824bca5b3844c682eb37a (diff)
temporaer laufzeiten der module (dashboard data) loggen, views angepasst, dashboard in goroutines aufgeteilt, weniger daten fuers listendashboard holen (reduktion von 6s -> 300ms insgesamt)
Diffstat (limited to 'views')
-rw-r--r--views/includes/card.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/includes/card.html b/views/includes/card.html
index be28272..289c9d3 100644
--- a/views/includes/card.html
+++ b/views/includes/card.html
@@ -11,7 +11,7 @@
11 {{ if $action.Disabled }} 11 {{ if $action.Disabled }}
12 <span>{{ $action.Name | html }}</span> 12 <span>{{ $action.Name | html }}</span>
13 {{ else }} 13 {{ else }}
14 <a href="{{ $action.Link }}">{{ $action.Name | html }}</a> 14 <a class="purple-text text-lighten-2" href="{{ $action.Link }}">{{ $action.Name | html }}</a>
15 {{ end }} 15 {{ end }}
16 {{ end }} 16 {{ end }}
17 </div> 17 </div>