From 8ba351a7142ecd77a09d3a2a885c54e22c67aa70 Mon Sep 17 00:00:00 2001 From: FerTV Date: Tue, 19 Nov 2024 16:32:48 +0100 Subject: [PATCH] chore(dashboard): added tooltips for different buttons in dashboard --- nebula/frontend/templates/dashboard.html | 39 +++++++++++++++++++++--- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/nebula/frontend/templates/dashboard.html b/nebula/frontend/templates/dashboard.html index e95333c..ccffb5b 100755 --- a/nebula/frontend/templates/dashboard.html +++ b/nebula/frontend/templates/dashboard.html @@ -145,9 +145,9 @@

Scenarios in the database

class="label btn btn-dark">Monitor Real-time metrics - - {% if status == "running" %} Scenarios in the database Stop scenario queue {% else %} - - {% endif %} @@ -187,6 +187,37 @@

Scenarios in the database

{% endif %} + + {% if not user_logged_in %}