File tree 2 files changed +9
-9
lines changed
src/Hangfire.Core/Dashboard/Pages
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 246
246
}
247
247
else
248
248
{
249
- <em >
250
- @Strings.RecurringJobsPage_Canceled @ Html.RelativeTime(job.LastExecution.Value)
251
- </em >
249
+ <span class = " label label-default label-state-inactive " title = " @Strings.RecurringJobsPage_Canceled " >
250
+ @Html.RelativeTime(job.LastExecution.Value)
251
+ </span >
252
252
}
253
253
}
254
254
else
Original file line number Diff line number Diff line change @@ -1026,18 +1026,18 @@ public override void Execute()
1026
1026
1027
1027
#line default
1028
1028
#line hidden
1029
- WriteLiteral ( " <em> \r \n " +
1030
- " " ) ;
1029
+ WriteLiteral ( " <span class= \" label label-default " +
1030
+ "label-state-inactive \" title= \" " ) ;
1031
1031
1032
1032
1033
1033
1034
- #line 250 "..\..\Dashboard\Pages\RecurringJobsPage.cshtml"
1035
- Write ( Strings . RecurringJobsPage_Canceled ) ;
1034
+ #line 249 "..\..\Dashboard\Pages\RecurringJobsPage.cshtml"
1035
+ Write ( Strings . RecurringJobsPage_Canceled ) ;
1036
1036
1037
1037
1038
1038
#line default
1039
1039
#line hidden
1040
- WriteLiteral ( " " ) ;
1040
+ WriteLiteral ( "\" > \r \n " ) ;
1041
1041
1042
1042
1043
1043
@@ -1047,7 +1047,7 @@ public override void Execute()
1047
1047
1048
1048
#line default
1049
1049
#line hidden
1050
- WriteLiteral ( "\r \n </em >\r \n " ) ;
1050
+ WriteLiteral ( "\r \n </span >\r \n " ) ;
1051
1051
1052
1052
1053
1053
You can’t perform that action at this time.
0 commit comments