Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • exact/Rosetta
1 result
Select Git revision
Show changes
Showing
with 329 additions and 295 deletions
......@@ -46,6 +46,12 @@
<div style="margin-top:2px">
{% if task.status == "running" %}
<b>Status:</b> <font color="green">running</font>
{% if task.container.interface_protocol == 'http' or task.container.interface_protocol == 'https' %}
{% else %}
@ port {{ task.tcp_tunnel_port }}
{% endif %}
{% else %}
<b>Status:</b> {{ task.status }}
{% endif %}
......@@ -63,12 +69,14 @@
<!-- Connect -->
{% if task.interface_port %}
{% if task.container.interface_protocol == 'http' or task.container.interface_protocol == 'https' %}
{% if task.status == "running" %}
<a href="/task_connect/?uuid={{task.uuid}}" class="btn btn-connect">Connect</a>
{% else %}
<a href="" class="btn btn-disabled">Connect</a>
{% endif %}
{% endif %}
{% endif %}
<!-- View log -->
{% if task.status == "running" %}
......
......@@ -45,3 +45,4 @@
......@@ -33,3 +33,4 @@
......@@ -52,3 +52,4 @@
</body>
</html>
......@@ -59,7 +59,18 @@
<!-- Date time picker -->
<script src="/static/js/bootstrap-datetimepicker-4.17.47.js"></script>
<!-- Loader -->
<link rel="stylesheet" href="/static/css/loader.css">
<script src="/static/js/loader.js"></script>
</head>
<body {{ body_args }}>
\ No newline at end of file
<div id="navigate-away-loader">
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8" />
<path d="M21 3v5h-5" />
<path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16" />
<path d="M8 16H3v5" />
</svg>
</div>
......@@ -89,3 +89,4 @@
......@@ -62,3 +62,4 @@
{% include "footer.html" %}
......@@ -31,3 +31,4 @@
......@@ -82,3 +82,4 @@
</nav>
{% endif %}
......@@ -221,3 +221,4 @@
......@@ -24,3 +24,4 @@
......@@ -90,3 +90,4 @@
......@@ -113,3 +113,4 @@ $(document).ready(function() {
......@@ -23,3 +23,4 @@
{% include "footer.html" %}
......@@ -34,3 +34,4 @@
......@@ -112,3 +112,4 @@
{% include "footer.html" %}
......@@ -47,3 +47,4 @@ jQuery( function(){