<!DOCTYPE html>
<html
  lang="en"
>
  <head>

    <title>Hazelcast Management Center</title>

    <meta name="_csrf" content="4d540c64-9ff4-4a2c-a4c4-357585117c83"/>
    <!-- default header name is X-CSRF-TOKEN -->
    <meta name="_csrf_header" content="X-CSRF-TOKEN"/>
    <meta name="_current_user" content="anonymousUser"/>
    <meta name="ctx"/>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="icon" href="/favicon.ico" type="image/png">
    <link href="/stylesheets/fonts-e6838f43ebea7f9502c5d1fb1ff01b52.css" rel="stylesheet" type="text/css"/>

    <script type="text/javascript">
      // we need to get the mancenter prefix from JAVA env somehow
      var ctxPath = document.querySelector("meta[name='ctx']").getAttribute('content');
      // and make sure it has a leading and tailing /
      window.MANCENTER_URL_PREFIX = ctxPath ? "/" + ctxPath.replace(/^\/|\/$/g, '') + "/" : "/";
    </script>
</head>

  <body>
    <script>
      window.pendoData = {
        isPendoEnabled: true,
        mcInstanceId: "cb282949-537c-492b-9c2a-8a818a0542fe",
        isLicensed: false,
        roleName: null,
      };
      window.IS_INTERNAL_CLOUD_MODE = false;
      window.CONTEXT_PATH = "";
    </script>

    <script>
      window.__SECURITY__ = {};

      function hasAnyRole(roleArray) {
        return roleArray.some(function (x) {
          return !!window.__SECURITY__[x];
        });
      }

      function hasRoleAdmin() {
        return !!window.__SECURITY__.ROLE_ADMIN;
      }

      function hasRoleUser() {
        return !!window.__SECURITY__.ROLE_USER;
      }

      function isAuthenticated() {
        return !!window.__SECURITY__.IS_AUTHENTICATED;
      }
    </script>
    
    
    
    
    
    

    <div id="mc" />

    <script
      src="/javascripts/app-63ebc6cc1c2642cd9a9173f9f21442c0.js"
    ></script>

    <script>
      let pendoApiKey;
      const PENDO_METADATA_FROM_CLOUD_KEY = "pendoMetadataFromCloudConsole";
      let pendoMetadataFromCloudConsole;
      try {
        const storageValue = window.localStorage.getItem(
          PENDO_METADATA_FROM_CLOUD_KEY
        );

        pendoMetadataFromCloudConsole = JSON.parse(storageValue);
      } catch (e) {}

      if (
        pendoMetadataFromCloudConsole &&
        pendoMetadataFromCloudConsole.apiKey
      ) {
        pendoApiKey = pendoMetadataFromCloudConsole.apiKey;
      }

      // load pendo scripts
      // initialization of pendo is handled in PendoIntegration component.
      (function (apiKey = "c7c4601a-a108-4772-412a-2cb081de8be8") {
        (function (p, e, n, d, o) {
          var v, w, x, y, z;
          o = p[d] = p[d] || {};
          o._q = o._q || [];
          v = ["initialize", "identify", "updateOptions", "pageLoad", "track"];
          for (w = 0, x = v.length; w < x; ++w)
            (function (m) {
              o[m] =
                o[m] ||
                function () {
                  o._q[m === v[0] ? "unshift" : "push"](
                    [m].concat([].slice.call(arguments, 0))
                  );
                };
            })(v[w]);
          y = e.createElement(n);
          y.async = !0;
          y.src = "https://cdn.pendo.io/agent/static/" + apiKey + "/pendo.js";
          z = e.getElementsByTagName(n)[0];
          z.parentNode.insertBefore(y, z);
        })(window, document, "script", "pendo");
      })(pendoApiKey);
    </script>
  </body>
</html>
