satellite: mark gateway credentials feature beta

Change-Id: I378d703bd17b842d56f7ca2c8bf24b47c4a07264
This commit is contained in:
JT Olio 2021-01-06 14:52:40 -07:00
parent 8907180e81
commit 35c61bd0e2

View File

@ -29,7 +29,7 @@
</div>
<div class="generate-grant__gateway-area" v-if="isGatewayDropdownVisible">
<div class="generate-grant__gateway-area__toggle" @click="toggleCredentialsVisibility">
<h3 class="generate-grant__gateway-area__toggle__label">Gateway Credentials</h3>
<h3 class="generate-grant__gateway-area__toggle__label">Gateway Credentials (beta)</h3>
<ExpandIcon v-if="!areGatewayCredentialsVisible"/>
<HideIcon v-else/>
</div>