File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
ExtentReports/Views/Html/Partials Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 <div class =" side-nav-inner" >
33 <ul class =" side-nav-menu scrollable" >
44 <li class =" nav-item" >
5- <a href =" index.html" >
5+ <a id = " nav-test " href =" index.html" >
66 <span class =" icon-holder" >
77 <i class =" fa fa-align-left" ></i >
88 </span >
1212 @if (Model .CategoryContext .Context .Count > 0 )
1313 {
1414 <li class =" nav-item" >
15- <a href =" tag.html" >
15+ <a id = " nav-tag " href =" tag.html" >
1616 <span class =" icon-holder" >
1717 <i class =" fa fa-tag" ></i >
1818 </span >
2323 @if (Model .ExceptionInfoContext .Context .Count > 0 )
2424 {
2525 <li class =" nav-item" >
26- <a href =" exception.html" >
26+ <a id = " nav-ex " href =" exception.html" >
2727 <span class =" icon-holder" >
2828 <i class =" fa fa-bug" ></i >
2929 </span >
3232 </li >
3333 }
3434 <li class =" nav-item" >
35- <a href =" dashboard.html" >
35+ <a id = " nav-dashboard " href =" dashboard.html" >
3636 <span class =" icon-holder" >
3737 <i class =" fa fa-dashboard" ></i >
3838 </span >
You can’t perform that action at this time.
0 commit comments