From ada00948c5b61ac308d2b415e2621958b50afb8c Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 18 Jul 2022 06:30:51 +0000 Subject: [PATCH] functions usage --- app/views/console/functions/function.phtml | 9 +-- app/views/console/functions/index.phtml | 77 ++++++++++++++++++++++ 2 files changed, 82 insertions(+), 4 deletions(-) diff --git a/app/views/console/functions/function.phtml b/app/views/console/functions/function.phtml index 5d5cc20b9f..b1f96efaea 100644 --- a/app/views/console/functions/function.phtml +++ b/app/views/console/functions/function.phtml @@ -291,7 +291,7 @@ sort($patterns);
  • 90d
    @@ -312,7 +313,7 @@ sort($patterns);
    Monitors
    diff --git a/app/views/console/functions/index.phtml b/app/views/console/functions/index.phtml index fb254a5aa1..95d927c464 100644 --- a/app/views/console/functions/index.phtml +++ b/app/views/console/functions/index.phtml @@ -136,5 +136,82 @@ $runtimes = $this->getParam('runtimes', []);
  • + +
  • + + + + + + + +
    + +
    + + + +
    + +
    + + + +

    Monitors

    + +
    +
    +
    +
    + +
    +
    +
    + +
      +
    • Executions
    • +
    + +
    +
    +
    + +
    +
    +
    + +
      +
    • CPU Time
    • +
    + +
    +
    +
    + +
    +
    +
    + +
      +
    • Errors
    • +
    +
    +
  • + \ No newline at end of file