diff --git a/app/views/console/database/collection.phtml b/app/views/console/database/collection.phtml index 17dc2cc14f..c6fc0710e6 100644 --- a/app/views/console/database/collection.phtml +++ b/app/views/console/database/collection.phtml @@ -326,10 +326,110 @@ $logs = $this->getParam('logs', null);
  • Activity

    - render(); ?> + render(); ?>
  • +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +

    Usage

    + +
    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    + +
    +
    +
    + + +
    + +
  • Settings

    diff --git a/app/views/console/functions/function.phtml b/app/views/console/functions/function.phtml index 99c160406a..be92ab7938 100644 --- a/app/views/console/functions/function.phtml +++ b/app/views/console/functions/function.phtml @@ -247,7 +247,7 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled', true);
    - +
    @@ -259,7 +259,7 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled', true);
    - +
    @@ -271,7 +271,7 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled', true);
    - +
    diff --git a/app/views/console/home/index.phtml b/app/views/console/home/index.phtml index a2c80b7588..4ae00ff618 100644 --- a/app/views/console/home/index.phtml +++ b/app/views/console/home/index.phtml @@ -93,7 +93,7 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled', true);
    - +
    diff --git a/public/dist/scripts/app-all.js b/public/dist/scripts/app-all.js index 9765e48d47..a21d0aa737 100644 --- a/public/dist/scripts/app-all.js +++ b/public/dist/scripts/app-all.js @@ -2467,7 +2467,7 @@ button.addEventListener("click",function(){var clone=document.createElement(elem clone.innerHTML=template;clone.className=element.className;var input=clone.querySelector("input, select, textarea");view.render(clone);if(target){target.appendChild(clone);}else{button.parentNode.insertBefore(clone,button);} if(input){input.focus();} Array.prototype.slice.call(clone.querySelectorAll("[data-remove]")).map(function(obj){obj.addEventListener("click",function(){clone.parentNode.removeChild(clone);obj.scrollIntoView({behavior:"smooth"});});});Array.prototype.slice.call(clone.querySelectorAll("[data-up]")).map(function(obj){obj.addEventListener("click",function(){if(clone.previousElementSibling){clone.parentNode.insertBefore(clone,clone.previousElementSibling);obj.scrollIntoView({behavior:"smooth"});}});});Array.prototype.slice.call(clone.querySelectorAll("[data-down]")).map(function(obj){obj.addEventListener("click",function(){if(clone.nextElementSibling){clone.parentNode.insertBefore(clone.nextElementSibling,clone);obj.scrollIntoView({behavior:"smooth"});}});});});element.parentNode.insertBefore(button,element.nextSibling);element.parentNode.removeChild(element);button.form.addEventListener('reset',function(event){target.innerHTML='';if(first){button.click();}});if(first){button.click();}}});})(window);(function(window){"use strict";window.ls.container.get("view").add({selector:"data-forms-add",repeat:false,controller:function(element,view,container,document){for(var i=0;i