diff --git a/backend/resources/app/templates/graph-console.tmpl b/backend/resources/app/templates/graph-console.tmpl index 6023bafdb3..2ae62a741f 100644 --- a/backend/resources/app/templates/graph-console.tmpl +++ b/backend/resources/app/templates/graph-console.tmpl @@ -21,21 +21,21 @@ Graph Console
- Load graph in memory + Load graph from Penpot - Projects the Penpot file into an in-memory Ladybug database for this - admin session. Loading a new file replaces the previous one. + Click file or paste UUID to load Penpot file into an in-memory + Ladybug database. Loading a new file replaces the previous one. +
Loading…
-
- + -
-
{% if session %} - + {% endif %}
@@ -44,15 +44,9 @@ Graph Console {% endif %}
-
- Files - Teams → projects → files. Click a file to load it. -
Loading…
-
- {% if session %}
- Loaded session + Loaded session ({{session.loaded-at}})

File: {{session.revn}}
Graph revision: {% if session.graph-revn %}{{session.graph-revn}}{% else %}{{session.revn}}{% endif %}
Graph size:
- Schema: {{session.schema-version}}
- Loaded at: {{session.loaded-at}} + Schema: {{session.schema-version}}

Feed: connecting… @@ -73,16 +66,11 @@ Graph Console

-
- File changes (live) - - Subscribes to the workspace WebSocket feed for visibility. The backend - applies supported changes incrementally to the in-memory Ladybug graph - via msgbus (:file-change). - -
Waiting for changes…
+