Skip to content

Commit

Permalink
adds inspect for spelunker tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
dxenes1 committed Oct 24, 2024
1 parent c6d258e commit 25cf0bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neuvue_project/templates/inspect.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h3 class="text-white mb-3"> Inspect Task </h3>
</div>
</div>
{% if ng_host == "spelunker" %}
<script type="module" src="562.1d0cecad9cc0725955f0.js"></script><script type="module" src="993.ca23372ceee17151541a.js"></script><script type="module" src="367.ad6071abcab399305157.js"></script><script type="module" src="main.cb26101b553ed6b82856.js"></script><link href="main.cb26101b553ed6b82856.css" rel="stylesheet">
<script type="module" src="{% static 'spelunker-workspace/562.1d0cecad9cc0725955f0.js' %}"></script><script type="module" src="{% static 'spelunker-workspace/993.ca23372ceee17151541a.js' %}"></script><script type="module" src="{% static 'spelunker-workspace/367.ad6071abcab399305157.js' %}"></script><script type="module" src="{% static 'spelunker-workspace/main.cb26101b553ed6b82856.js' %}"></script><link href="{% static 'spelunker-workspace/main.cb26101b553ed6b82856.css' %}" rel="stylesheet">
{% else %}
<script type="text/javascript" src="{% static 'workspace/main.bundle.js' %}"></script>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion neuvue_project/templates/workspace.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
<script type="text/javascript" src="{% static 'js/utils.js' %}"></script>

{% if ng_host == "spelunker" %}
<script type="module" src="562.1d0cecad9cc0725955f0.js"></script><script type="module" src="993.ca23372ceee17151541a.js"></script><script type="module" src="367.ad6071abcab399305157.js"></script><script type="module" src="main.cb26101b553ed6b82856.js"></script><link href="main.cb26101b553ed6b82856.css" rel="stylesheet">
<script type="module" src="{% static 'spelunker-workspace/562.1d0cecad9cc0725955f0.js' %}"></script><script type="module" src="{% static 'spelunker-workspace/993.ca23372ceee17151541a.js' %}"></script><script type="module" src="{% static 'spelunker-workspace/367.ad6071abcab399305157.js' %}"></script><script type="module" src="{% static 'spelunker-workspace/main.cb26101b553ed6b82856.js' %}"></script><link href="{% static 'spelunker-workspace/main.cb26101b553ed6b82856.css' %}" rel="stylesheet">
{% else %}
<script type="text/javascript" src="{% static 'workspace/main.bundle.js' %}"></script>
{% endif %}
Expand Down

0 comments on commit 25cf0bf

Please sign in to comment.