diff --git a/app/views/console/database/collection.phtml b/app/views/console/database/collection.phtml index e45640e8c..37ae2649c 100644 --- a/app/views/console/database/collection.phtml +++ b/app/views/console/database/collection.phtml @@ -42,8 +42,6 @@ $logs = $this->getParam('logs', null); data-service="database.listDocuments" data-event="load,database.createDocument,database.updateDocument,database.deleteDocument" data-param-collection-id="{{router.params.id}}" - data-param-cursor="{{router.params.cursor}}" - data-param-cursor-direction="{{router.params.cursorDirection}}" data-param-limit="" data-param-order-types="DESC" data-param-order-types-cast-to="array" @@ -85,38 +83,35 @@ $logs = $this->getParam('logs', null); -
+
- - + data-success-param-state-keys="search,offset"> +
+ +
- - + data-success-param-state-keys="search,offset"> +
diff --git a/app/views/console/database/document.phtml b/app/views/console/database/document.phtml index ebd570353..ab51efe90 100644 --- a/app/views/console/database/document.phtml +++ b/app/views/console/database/document.phtml @@ -97,26 +97,26 @@ $logs = $this->getParam('logs', null);
-
-
-
-
-
-
-
-
- -
+
+
+
+
+
+
+
+
+
-
+
+
-
-
+
+
@@ -206,11 +206,11 @@ $logs = $this->getParam('logs', null);
\ No newline at end of file