Skip to content
Snippets Groups Projects
Commit 76b3ad5a authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Made the task "connect" button to open in a new window. Minor graphical fix.

parent 83ab7f1f
No related branches found
No related tags found
No related merge requests found
...@@ -93,8 +93,8 @@ ...@@ -93,8 +93,8 @@
{% if not disable_play_button %} {% if not disable_play_button %}
<button type="submit" onclick="myFunction()" class="btn-link btn btn-light" style="border: #c0c0c0 1px solid"> <button type="submit" onclick="myFunction()" class="btn-link btn btn-light" style="border: #c0c0c0 1px solid; padding-left:14px">
&nbsp;<i class="fa fa-play" style="color:green"></i> <i class="fa fa-play" style="color:green"></i>
</button> </button>
{% endif %} {% endif %}
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<!-- Connect --> <!-- Connect -->
{% if task.interface_port %} {% if task.interface_port %}
{% if task.status == "running" %} {% if task.status == "running" %}
<a href="/task_connect/?uuid={{task.uuid}}" class="btn btn-connect">Connect</a> <a href="/task_connect/?uuid={{task.uuid}}" class="btn btn-connect" target="_blank">Connect</a>
{% else %} {% else %}
<a href="" class="btn btn-disabled">Connect</a> <a href="" class="btn btn-disabled">Connect</a>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment