This commit is contained in:
t3chn0m4g3
2023-04-25 17:47:44 +00:00
parent ff7c368c7f
commit a08a475f57
6 changed files with 16 additions and 7 deletions

View File

@ -5,8 +5,6 @@
// │ │ ││││├┤ ││ ┬│ │├┬┘├─┤ │ ││ ││││
// └─┘└─┘┘└┘└ ┴└─┘└─┘┴└─┴ ┴ ┴ ┴└─┘┘└┘
// Create link for Cockpit redirection (instead of cockpit.html), so we can create links dynamically in assets/js/lists.js
const redirectCockpit = window.location.protocol + '//' + window.location.hostname + ':64294'
const CONFIG = {
// ┌┐ ┌─┐┌─┐┬┌─┐┌─┐
// ├┴┐├─┤└─┐││ └─┐
@ -40,7 +38,7 @@ const CONFIG = {
},
{
name: 'Cockpit',
link: redirectCockpit,
link: '/cockpit.html',
},
{
name: 'Cyberchef',