v9.48: fix graph.js path (404 → /dashboard/graph.js)

This commit is contained in:
Naeel
2026-04-17 10:01:16 +03:00
parent 5f14a8725f
commit 3a70038194
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: cloud-dashboard - name: cloud-dashboard
image: naeel/cloud-dashboard:v9.47 image: naeel/cloud-dashboard:v9.48
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8080 - containerPort: 8080
+1 -1
View File
@@ -1113,6 +1113,6 @@ window._apiHeaders = function(){ return { "X-Deck-Token": getToken(), "X-Deck-
<div id="graph-canvas"></div> <div id="graph-canvas"></div>
</div> </div>
</div> </div>
<script src="/dashboard/static/graph.js"></script> <script src="/dashboard/graph.js"></script>
</body> </body>
</html> </html>