From 084d0550db9463e463586a2fa34552f314c315a8 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 31 Dec 2021 14:02:19 +0100 Subject: [PATCH] feat: add ui for attribute details --- app/realtime.php | 2 +- app/views/console/database/collection.phtml | 57 ++++++++++++++++++++- app/views/console/database/document.phtml | 2 +- 3 files changed, 58 insertions(+), 3 deletions(-) diff --git a/app/realtime.php b/app/realtime.php index a671e149a3..b17fb68b7b 100644 --- a/app/realtime.php +++ b/app/realtime.php @@ -473,7 +473,7 @@ $server->onMessage(function (int $connection, string $message) use ($server, $re } switch ($message['type']) { - /** + /** * This type is used to authenticate. */ case 'authentication': diff --git a/app/views/console/database/collection.phtml b/app/views/console/database/collection.phtml index 34dc84e913..ac38f1c6d1 100644 --- a/app/views/console/database/collection.phtml +++ b/app/views/console/database/collection.phtml @@ -177,7 +177,62 @@ $logs = $this->getParam('logs', null); - + diff --git a/app/views/console/database/document.phtml b/app/views/console/database/document.phtml index 9bb9d707d7..f312f008fd 100644 --- a/app/views/console/database/document.phtml +++ b/app/views/console/database/document.phtml @@ -88,7 +88,7 @@ $logs = $this->getParam('logs', null);