Enable MI Navigation Bar in React-Based App

Portal Pages have been renamed to Apps in v7.1.0.

To enable Metric Insights navigation bar in React-based App add the following code to the App's HTML:

  1. Add to the <head> section:
<script src="/auth/info.js"></script>
<script src="/js/main.js" defer="defer"></script>
<link href="/css/main.css" rel="stylesheet">
  1. Add to the <body> section:
<div id="mi-react-root"></div>