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
  • develop
  • feature/arch_support
  • feature/global_refactoring
  • master
  • v1.0.0
5 results

Target

Select target project
  • exact/Rosetta
1 result
Select Git revision
  • develop
  • feature/arch_support
  • feature/global_refactoring
  • master
  • v1.0.0
5 results
Show changes
Showing
with 329 additions and 295 deletions
...@@ -46,6 +46,12 @@ ...@@ -46,6 +46,12 @@
<div style="margin-top:2px"> <div style="margin-top:2px">
{% if task.status == "running" %} {% if task.status == "running" %}
<b>Status:</b> <font color="green">running</font> <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 %} {% else %}
<b>Status:</b> {{ task.status }} <b>Status:</b> {{ task.status }}
{% endif %} {% endif %}
...@@ -63,12 +69,14 @@ ...@@ -63,12 +69,14 @@
<!-- Connect --> <!-- Connect -->
{% if task.interface_port %} {% if task.interface_port %}
{% if task.container.interface_protocol == 'http' or task.container.interface_protocol == 'https' %}
{% 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">Connect</a>
{% else %} {% else %}
<a href="" class="btn btn-disabled">Connect</a> <a href="" class="btn btn-disabled">Connect</a>
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endif %}
<!-- View log --> <!-- View log -->
{% if task.status == "running" %} {% if task.status == "running" %}
......
...@@ -45,3 +45,4 @@ ...@@ -45,3 +45,4 @@
...@@ -33,3 +33,4 @@ ...@@ -33,3 +33,4 @@
...@@ -52,3 +52,4 @@ ...@@ -52,3 +52,4 @@
</body> </body>
</html> </html>
...@@ -59,7 +59,18 @@ ...@@ -59,7 +59,18 @@
<!-- Date time picker --> <!-- Date time picker -->
<script src="/static/js/bootstrap-datetimepicker-4.17.47.js"></script> <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> </head>
<body {{ body_args }}> <body {{ body_args }}>
<div id="navigate-away-loader">
\ No newline at end of file <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 @@ ...@@ -89,3 +89,4 @@
...@@ -62,3 +62,4 @@ ...@@ -62,3 +62,4 @@
{% include "footer.html" %} {% include "footer.html" %}
...@@ -31,3 +31,4 @@ ...@@ -31,3 +31,4 @@
...@@ -82,3 +82,4 @@ ...@@ -82,3 +82,4 @@
</nav> </nav>
{% endif %} {% endif %}
...@@ -221,3 +221,4 @@ ...@@ -221,3 +221,4 @@
...@@ -24,3 +24,4 @@ ...@@ -24,3 +24,4 @@
...@@ -90,3 +90,4 @@ ...@@ -90,3 +90,4 @@
...@@ -113,3 +113,4 @@ $(document).ready(function() { ...@@ -113,3 +113,4 @@ $(document).ready(function() {
...@@ -23,3 +23,4 @@ ...@@ -23,3 +23,4 @@
{% include "footer.html" %} {% include "footer.html" %}
...@@ -34,3 +34,4 @@ ...@@ -34,3 +34,4 @@
...@@ -112,3 +112,4 @@ ...@@ -112,3 +112,4 @@
{% include "footer.html" %} {% include "footer.html" %}
...@@ -47,3 +47,4 @@ jQuery( function(){ ...@@ -47,3 +47,4 @@ jQuery( function(){