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 2
2
<div class =" side-nav-inner" >
3
3
<ul class =" side-nav-menu scrollable" >
4
4
<li class =" nav-item" >
5
- <a href =" index.html" >
5
+ <a id = " nav-test " href =" index.html" >
6
6
<span class =" icon-holder" >
7
7
<i class =" fa fa-align-left" ></i >
8
8
</span >
12
12
@if (Model .CategoryContext .Context .Count > 0 )
13
13
{
14
14
<li class =" nav-item" >
15
- <a href =" tag.html" >
15
+ <a id = " nav-tag " href =" tag.html" >
16
16
<span class =" icon-holder" >
17
17
<i class =" fa fa-tag" ></i >
18
18
</span >
23
23
@if (Model .ExceptionInfoContext .Context .Count > 0 )
24
24
{
25
25
<li class =" nav-item" >
26
- <a href =" exception.html" >
26
+ <a id = " nav-ex " href =" exception.html" >
27
27
<span class =" icon-holder" >
28
28
<i class =" fa fa-bug" ></i >
29
29
</span >
32
32
</li >
33
33
}
34
34
<li class =" nav-item" >
35
- <a href =" dashboard.html" >
35
+ <a id = " nav-dashboard " href =" dashboard.html" >
36
36
<span class =" icon-holder" >
37
37
<i class =" fa fa-dashboard" ></i >
38
38
</span >
You can’t perform that action at this time.
0 commit comments