Skip to content

Commit 1398447

Browse files
committed
Used FontAwesome icons instead of bootstrap's, in the trace header.
1 parent ceabd15 commit 1398447

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

codepulse/src/main/webapp/traces.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div id="fixed-subheader" class="titlearea">
1313
<div class="wscope">
1414
<trace:nameconflict>
15-
<i class="icon-white icon-warning-sign warningIcon"></i>
15+
<i class="fa fa-exclamation-triangle warningIcon"></i>
1616
<div class="warningText">
1717
This trace has the same name as another trace. Click the name to change it now.
1818
</div>
@@ -42,8 +42,10 @@ <h1 class="editable">
4242
</div>
4343
</trace:ifimported>
4444
<div class="header-detail">
45-
<i class="icon-share icon-white"></i>
46-
<trace:exportlink>Export</trace:exportlink>
45+
<trace:exportlink>
46+
<i class="fa fa-share-square-o"></i>
47+
Export
48+
</trace:exportlink>
4749
</div>
4850
</div>
4951

0 commit comments

Comments
 (0)