mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 01:11:50 +02:00
Only show OT&E admin actions when not in production environment
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=237061813
This commit is contained in:
parent
d42eeb3755
commit
204cb8e886
10 changed files with 38 additions and 19 deletions
|
@ -34,6 +34,7 @@
|
|||
{@param announcementsEmail: string}
|
||||
{@param supportPhoneNumber: string}
|
||||
{@param technicalDocsUrl: string}
|
||||
{@param environment: string}
|
||||
|
||||
{call registry.soy.console.header}
|
||||
{param app: 'registrar' /}
|
||||
|
@ -82,7 +83,8 @@
|
|||
{$supportEmail},
|
||||
{$announcementsEmail},
|
||||
{$supportPhoneNumber},
|
||||
{$technicalDocsUrl});
|
||||
{$technicalDocsUrl},
|
||||
{$environment});
|
||||
</script>
|
||||
{/if}
|
||||
{/template}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue