From 6d6a0ec99377852b9ba9e03b710a23f8d40d0beb Mon Sep 17 00:00:00 2001 From: iglocska Date: Thu, 5 Oct 2023 11:29:31 +0200 Subject: [PATCH] fix: [topology] added missing view --- templates/Instance/topology.php | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/Instance/topology.php diff --git a/templates/Instance/topology.php b/templates/Instance/topology.php new file mode 100644 index 0000000..c97d2c0 --- /dev/null +++ b/templates/Instance/topology.php @@ -0,0 +1,4 @@ +element('genericElements/mermaid', [ + 'data' => $data, +]);