File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
ExtentReports/Views/Html/Partials Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 44 <title >@Model.MasterConfig.GetValue( "documentTitle")</title >
55 <link rel =" apple-touch-icon" href =" https://cdn.rawgit.com/extent-framework/extent-github-cdn/d74480e/commons/img/logo.png" >
66 <link rel =" shortcut icon" href =" https://cdn.rawgit.com/extent-framework/extent-github-cdn/d74480e/commons/img/logo.png" >
7- <link href =" https://cdn.rawgit.com/extent-framework/extent-github-cdn/1a46550 /spark/css/style.css" rel =" stylesheet" />
7+ <link href =" https://cdn.rawgit.com/extent-framework/extent-github-cdn/bd7936f /spark/css/style.css" rel =" stylesheet" />
88 <link href =" https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel =" stylesheet" >
99 <style >@Model.MasterConfig .GetValue("css") @Model.MasterConfig .GetValue("styles") </style >
1010</head >
Original file line number Diff line number Diff line change 1616 </div >
1717 <div class =" collapse" >
1818 <div class =" card-body" >
19+ @if (! string .IsNullOrEmpty (node .Description ))
20+ {
21+ <div class =" description" >@node.Description </div >
22+ }
1923 @if (node .HasLog )
2024 {
2125 @Include( " Log" , node )
You can’t perform that action at this time.
0 commit comments