From c16d709682ff2e63a8c164842b3995094bfdf482 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 21 Jul 2021 11:31:33 +0545 Subject: [PATCH] create function and tag with Id --- app/views/console/functions/function.phtml | 3 +++ app/views/console/functions/index.phtml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app/views/console/functions/function.phtml b/app/views/console/functions/function.phtml index 554139876e..098d33ca12 100644 --- a/app/views/console/functions/function.phtml +++ b/app/views/console/functions/function.phtml @@ -634,6 +634,9 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled',true); + + + diff --git a/app/views/console/functions/index.phtml b/app/views/console/functions/index.phtml index 9c02587330..638dc62931 100644 --- a/app/views/console/functions/index.phtml +++ b/app/views/console/functions/index.phtml @@ -106,6 +106,9 @@ $runtimes = $this->getParam('runtimes', []); data-failure-param-alert-text="Failed to create function" data-failure-param-alert-classname="error"> + + +