You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/webui/console/containers/gateway-onboarding-form/gateway-provisioning-form/gateway-claim-form-section/index.js
+96-14Lines changed: 96 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
-
importReact,{useEffect}from'react'
15
+
importReact,{useCallback,useEffect}from'react'
16
16
import{defineMessages}from'react-intl'
17
17
import{useFormikContext}from'formik'
18
18
@@ -24,6 +24,10 @@ import Notification from '@ttn-lw/components/notification'
'We detected that your gateway is a <strong>Managed Gateway</strong>. To claim this gateway, please use the owner token printed on the inside of the mounting lid or scan the QR code to claim instantly.',
44
+
'We detected a Managed gateway. To claim this gateway with a subscription, use the owner token printed on the gateway, or add it to your Gateway Fleet using your <Link>fleet owner token.</Link>',
0 commit comments