diff --git a/tabula/tabula/templates/_services.html b/tabula/tabula/templates/_services.html index 35df25b..3749f9c 100644 --- a/tabula/tabula/templates/_services.html +++ b/tabula/tabula/templates/_services.html @@ -1,3 +1,17 @@ -{% load i18n sizeformat %} +{% load i18n %} -

{% trans "Service " %} {{ service_name }}

\ No newline at end of file +
+

{% trans "Service Logs" %}

+ +
+ + + + {% url horizon:project:instances:console instance.id as console_url %} + {% trans "View Full Log" %} +
+
+ +
+  {{ service.operation }}
+
\ No newline at end of file