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

<head>

    <title>Hazelcast Management Center</title>

    <meta name="_csrf" content="85da8270-ff6c-4201-bb6a-411d859641e5"/>
    <!-- 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: "ed467f0f-4cc8-4632-b052-2ba112fbbf02",
      isLicensed: false,
      roleName: null
    };
  </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-ae62893d79e19ba4afde680f92e09452.js"></script>

  <script>
      // load pendo scripts
      // initialization of pendo is handled in PendoIntegration component.
      (function (apiKey) {
        (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');
      })('c7c4601a-a108-4772-412a-2cb081de8be8');
  </script>

</body>

</html>