mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-25 20:46:13 +00:00
is standalone variable (#585)
This commit is contained in:
@@ -25,6 +25,14 @@
|
|||||||
Learn how to configure a non-root public URL by running `npm run build`.
|
Learn how to configure a non-root public URL by running `npm run build`.
|
||||||
-->
|
-->
|
||||||
<title>MIZU</title>
|
<title>MIZU</title>
|
||||||
|
<script>
|
||||||
|
try {
|
||||||
|
// Injected from server
|
||||||
|
window.isEnt = __IS_STANDALONE__
|
||||||
|
}
|
||||||
|
catch (e) {
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
Reference in New Issue
Block a user