-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Shorten metric name to be below 63 char limit [b92b1c88] * Inline method [a921ed88] * Use StringEscapeUtils instead of regexp [bef61285] * Prevent potentially problematic user input garbling our logs. [03695226] * BackgroundServices should always initialise eagerly [408c8739] * Prettify more [3dcd4325] * Optimise [1f7f5a83] * Revert toString [9529393e] * Add content hashes to the log messages. [0a7d2727] * bootstrap-icons: 1.10.3 -> 1.10.5 [3c691f9d] * Remove unused webjars dependencies [948e975f]
- Loading branch information
RPKI Team at RIPE NCC
committed
Aug 22, 2023
1 parent
8846100
commit 60b127d
Showing
7 changed files
with
29 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<meta name="viewport" content="width=device-width"/> | ||
<base data-th-href="@{/}"/> | ||
<link rel="preload" data-th-href="@{/styles/main.css}" as="style"/> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].3/font/bootstrap-icons.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].5/font/bootstrap-icons.css" integrity="sha384-Ay26V7L8bsJTsX9Sxclnvsn+hkdiwRnrjZJXqKmkIDobPgIIWBOVguEcQQLDuhfN" crossorigin="anonymous"> | ||
<link rel="shortcut icon" href="data:image/x-icon;"> | ||
|
||
<link rel="stylesheet" type="text/css" data-th-href="@{/styles/main.css}"/> | ||
|