Fix an issue where "spot providers enabled by default" was still being fetched through WEB_UI_OPTIONS on a path that required spot providers to have a "name" field in *config* rather than at runtime. Closes #124

This commit is contained in:
Ian Renton
2026-08-10 06:06:33 +01:00
parent d9ce8db48b
commit 7860b60f47
17 changed files with 32 additions and 42 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{% extends "skeleton.html" %}
{% block head_extra %}
<link rel="stylesheet" href="/static/css/style.css?v=1786175023" type="text/css">
<link rel="stylesheet" href="/static/css/style.css?v=1786338394" type="text/css">
<link href="/static/vendor/css/bootstrap-5.3.8.min.css" rel="stylesheet">
<link href="/static/vendor/css/fontawesome-6.7.2.min.css" rel="stylesheet">
<link href="/static/vendor/css/solid-6.7.2.min.css" rel="stylesheet">
@@ -10,10 +10,10 @@
<script src="/static/vendor/js/bootstrap-5.3.8.bundle.min.js"></script>
<script src="/static/vendor/js/tinycolor2-1.6.0.min.js"></script>
<script src="/static/js/utils.js?v=1786175023"></script>
<script src="/static/js/ui-ham.js?v=1786175023"></script>
<script src="/static/js/geo.js?v=1786175023"></script>
<script src="/static/js/common.js?v=1786175023"></script>
<script src="/static/js/utils.js?v=1786338394"></script>
<script src="/static/js/ui-ham.js?v=1786338394"></script>
<script src="/static/js/geo.js?v=1786338394"></script>
<script src="/static/js/common.js?v=1786338394"></script>
{% end %}
{% block body %}
<div class="container">