We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceabd15 commit 1398447Copy full SHA for 1398447
codepulse/src/main/webapp/traces.html
@@ -12,7 +12,7 @@
12
<div id="fixed-subheader" class="titlearea">
13
<div class="wscope">
14
<trace:nameconflict>
15
- <i class="icon-white icon-warning-sign warningIcon"></i>
+ <i class="fa fa-exclamation-triangle warningIcon"></i>
16
<div class="warningText">
17
This trace has the same name as another trace. Click the name to change it now.
18
</div>
@@ -42,8 +42,10 @@ <h1 class="editable">
42
43
</trace:ifimported>
44
<div class="header-detail">
45
- <i class="icon-share icon-white"></i>
46
- <trace:exportlink>Export</trace:exportlink>
+ <trace:exportlink>
+ <i class="fa fa-share-square-o"></i>
47
+ Export
48
+ </trace:exportlink>
49
50
51
0 commit comments