wip
CI / test (pull_request) Failing after 27s
API CI / api-tests (pull_request) Failing after 31s

This commit is contained in:
Tim Lorsbach
2026-09-08 15:11:47 +02:00
parent 0b325a30b7
commit b12c2dda69
8 changed files with 77 additions and 15 deletions
+3 -1
View File
@@ -7,6 +7,7 @@
<i class="glyphicon glyphicon-edit"></i> Edit Package</a
>
</li>
{% if meta.current_package.shareable %}
<li>
<a
role="button"
@@ -15,6 +16,7 @@
<i class="glyphicon glyphicon-user"></i> Edit Permissions</a
>
</li>
{% endif %}
{% if meta.current_package.get_classification_level_display != "Secret" %}
<li>
<a
@@ -52,7 +54,7 @@
>
</li>
{% endif %}
{% if not meta.can_edit %}
{% if not meta.can_edit and meta.current_package.shareable %}
<li>
<a
role="button"
+2
View File
@@ -7,6 +7,7 @@
<i class="glyphicon glyphicon-edit"></i> Update</a
>
</li>
{% if 1 == 0 %}
<li>
<a
role="button"
@@ -15,6 +16,7 @@
<i class="glyphicon glyphicon-lock"></i> Update Password</a
>
</li>
{% endif %}
<li>
<a
role="button"
+38 -8
View File
@@ -180,12 +180,26 @@
>Aspartame</a
>
</div>
<a
class="absolute top-0 left-[calc(100%-5.4rem)]"
href="/predict"
>Advanced</a
>
</div>
{% if meta.current_package %}
<div
class="mt-4 rounded-lg border border-base-300 bg-base-50 px-4 py-2.5 text-sm text-base-content/70"
>
Prediction will be stored in
<strong class="text-base-content"
>{{ meta.current_package.name|safe }}</strong
>
{% if meta.user.default_setting %}
using setting
<strong class="text-base-content"
>{{ meta.user.default_setting.name|safe }}</strong
>
{% endif %}
<br />
To use a different setting click
<a class="label link" href="/predict">here</a>
</div>
{% endif %}
</div>
<div
id="ketcher-container"
@@ -208,9 +222,25 @@
>
Predict!
</button>
<div class="mt-1 flex w-full justify-end">
<a class="label justify-end" href="/predict">Advanced</a>
</div>
{% if meta.current_package %}
<div
class="mt-4 rounded-lg border border-base-300 bg-base-50 px-4 py-2.5 text-sm text-base-content/70"
>
Prediction will be stored in
<strong class="text-base-content"
>{{ meta.current_package.name|safe }}</strong
>
{% if meta.user.default_setting %}
using setting
<strong class="text-base-content"
>{{ meta.user.default_setting.name|safe }}</strong
>
{% endif %}
<br />
To use a different setting click
<a class="label link" href="/predict">here</a>
</div>
{% endif %}
</div>
<input
type="hidden"