aboutsummaryrefslogtreecommitdiffstats
path: root/pages/logging.html
diff options
context:
space:
mode:
Diffstat (limited to 'pages/logging.html')
-rw-r--r--pages/logging.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/pages/logging.html b/pages/logging.html
index 409fa8e9..b69902b3 100644
--- a/pages/logging.html
+++ b/pages/logging.html
@@ -24,6 +24,12 @@
width: 100%;
height: 80%;
}
+ #branchRef-wrapper {
+ display: none;
+ }
+ #branchRef-wrapper.no-hide {
+ display: block;
+ }
</style>
</head>
@@ -35,6 +41,7 @@
<br />
Version: <span id="vimiumVersion"></span><br />
Installed: <span id="installDate"></span>
+ <div id="branchRef-wrapper">Branch: <span id="branchRef"></span></div>
</div>
</body>
</html>