mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
update arthas-tutorials.html
This commit is contained in:
+12
-2
@@ -42,7 +42,8 @@
|
||||
|
||||
<nav class="navbar navbar-expand navbar-light bg-light flex-column flex-md-row bd-navbar">
|
||||
<a href="https://github.com/alibaba/arthas" target="_blank" title="" class="navbar-brand">
|
||||
<img v-bind:src="logoUrl()" alt="Arthas" title="Welcome to Arthas web console" style="height: 25px;" class="img-responsive">
|
||||
<img v-bind:src="logoUrl()" alt="Arthas" title="Welcome to Arthas web console" style="height: 25px;"
|
||||
class="img-responsive">
|
||||
</a>
|
||||
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
|
||||
@@ -163,7 +164,7 @@
|
||||
currentUrl: function () {
|
||||
return window.location.href.split(/[?#]/)[0];
|
||||
},
|
||||
logoUrl: function() {
|
||||
logoUrl: function () {
|
||||
var url = this.currentUrl();
|
||||
return url.substring(0, url.lastIndexOf('/')) + "/_static/logo.png";
|
||||
},
|
||||
@@ -212,5 +213,14 @@
|
||||
|
||||
</script>
|
||||
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function () {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "https://hm.baidu.com/hm.js?d5c5e25b100f0eb51a4c35c8a86ea9b4";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user