diff --git a/code/web/private_php/ams/plugins/API_key_management/templates/index.tpl b/code/web/private_php/ams/plugins/API_key_management/templates/index.tpl
index b113f417a..32ed3869f 100644
--- a/code/web/private_php/ams/plugins/API_key_management/templates/index.tpl
+++ b/code/web/private_php/ams/plugins/API_key_management/templates/index.tpl
@@ -48,9 +48,11 @@
@@ -95,7 +97,7 @@
{if isset($hook_info.API_key_management['gen_key_validate']) and $hook_info.API_key_management['gen_key_validate'] eq 'false' }Please enter all the fields
{/if}
{if isset($smarty.get.success) and $smarty.get.success eq '1'}{/if}
{if isset($smarty.get.success) and $smarty.get.success eq '2'}{/if}
-
+
@@ -114,6 +116,7 @@
+ {if isset($hook_info.API_key_management.api_keys)}
{foreach from=$hook_info.API_key_management.api_keys item=element}
{$element.FrName} |
@@ -124,6 +127,7 @@
|
{/foreach}
+ {/if}