mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Count API docs in user analytics
This commit is contained in:
@@ -6,6 +6,8 @@ xhr.onload = function () {
|
|||||||
if (status.Analytics) {
|
if (status.Analytics) {
|
||||||
enableDD(version)
|
enableDD(version)
|
||||||
enableHeap(version, status.ClusterMode)
|
enableHeap(version, status.ClusterMode)
|
||||||
|
} else {
|
||||||
|
console.log("Analytics is disabled in this session")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -67,4 +67,5 @@
|
|||||||
reqOas();
|
reqOas();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<script src="analytics.js"></script>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user