Update cache query parameter in HealthCheckHtmlGenerator
Modified the `HealthCheckHtmlGenerator` class to update the
query parameter name in the URLs for the CSS and JavaScript
files. Changed `?{CacheId}` to `?cache={CacheId}` for both
`health-ui.css` and `health-ui.js` to ensure consistency and
improve clarity or compatibility.
This commit is contained in:
@@ -44,8 +44,8 @@ public static class HealthCheckHtmlGenerator
|
||||
<meta name=""viewport"" content=""width=device-width, initial-scale=1.0"">
|
||||
<title>Health Check - ECMJobRunner</title>
|
||||
<link rel=""stylesheet"" href=""https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"" />
|
||||
<link rel=""stylesheet"" href=""/css/health-ui.css?{CacheId}"" />
|
||||
<script src=""/js/health-ui.js?{CacheId}""></script>
|
||||
<link rel=""stylesheet"" href=""/css/health-ui.css?cache={CacheId}"" />
|
||||
<script src=""/js/health-ui.js?cache={CacheId}""></script>
|
||||
</head>
|
||||
<body>");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user