mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
4
docker/nginx/dist/html/config.js
vendored
4
docker/nginx/dist/html/config.js
vendored
@ -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',
|
||||
|
Reference in New Issue
Block a user