We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76039b commit cba84f4Copy full SHA for cba84f4
2 files changed
OpenFlow/src/public/index.html
@@ -77,7 +77,7 @@
77
</ul>
78
<a href ng-click="menuctrl.stopimpersonation()" class="btn btn-outline-secondary"
79
ng-show="menuctrl.user.impostor != undefined && menuctrl.user.impostor != null && menuctrl.user.impostor != ''">
80
- <i class="fas fa-user-secret" style="color: red;"></i>
+ <em class="fas fa-user-secret" style="color: red;"></em>
81
</a>
82
<a href="/Signout" class="btn btn-outline-secondary"><span translate lib="web">logout</span>
83
{{menuctrl.user.name || menuctrl.user.username }}</a>
OpenFlow/src/public/index.js
0 commit comments