Loading services/webapp/code/rosetta/core_app/templates/components/container_family.html +2 −2 Original line number Diff line number Diff line Loading @@ -93,8 +93,8 @@ {% if not disable_play_button %} <button type="submit" onclick="myFunction()" class="btn-link btn btn-light" style="border: #c0c0c0 1px solid"> <i class="fa fa-play" style="color:green"></i> <button type="submit" onclick="myFunction()" class="btn-link btn btn-light" style="border: #c0c0c0 1px solid; padding-left:14px"> <i class="fa fa-play" style="color:green"></i> </button> {% endif %} Loading services/webapp/code/rosetta/core_app/templates/components/task.html +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ <!-- Connect --> {% if task.interface_port %} {% 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 %} <a href="" class="btn btn-disabled">Connect</a> {% endif %} Loading Loading
services/webapp/code/rosetta/core_app/templates/components/container_family.html +2 −2 Original line number Diff line number Diff line Loading @@ -93,8 +93,8 @@ {% if not disable_play_button %} <button type="submit" onclick="myFunction()" class="btn-link btn btn-light" style="border: #c0c0c0 1px solid"> <i class="fa fa-play" style="color:green"></i> <button type="submit" onclick="myFunction()" class="btn-link btn btn-light" style="border: #c0c0c0 1px solid; padding-left:14px"> <i class="fa fa-play" style="color:green"></i> </button> {% endif %} Loading
services/webapp/code/rosetta/core_app/templates/components/task.html +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ <!-- Connect --> {% if task.interface_port %} {% 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 %} <a href="" class="btn btn-disabled">Connect</a> {% endif %} Loading