Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit a83a5e2

Browse files
committed
webui: Make 'Visualisation: and Branch:` text fragments bold on visualisation page
1 parent 112ae60 commit a83a5e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webui/templates/visualise.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<span class="pull-left">
1414
<div class="dropdown">
1515
<div class="btn-group" uib-dropdown keyboard-nav="true">
16-
<button id="viewbranch" type="button" class="btn">{{ 'Branch: ' + meta.Branch }}</button>
16+
<button id="viewbranch" type="button" class="btn"><span style="font-weight: bold">Branch:</span> {{ meta.Branch }}</button>
1717

1818
<button type="button" uib-dropdown-toggle class="btn btn-default">
1919
<span class="caret"></span>
@@ -25,7 +25,7 @@
2525
</ul>
2626
</div>
2727
<div class="btn-group" uib-dropdown keyboard-nav="true">
28-
<button id="visName" type="button" class="btn">Visualisation: {{ visName }}</button>
28+
<button id="visName" type="button" class="btn"><span style="font-weight: bold">Visualisation:</span> {{ visName }}</button>
2929

3030
<button type="button" uib-dropdown-toggle class="btn btn-default">
3131
<span class="caret"></span>

0 commit comments

Comments
 (0)