mirror of
https://github.com/louislam/dockge.git
synced 2024-11-22 00:04:00 +01:00
Set a title with hostname
This commit is contained in:
parent
ffa978eea1
commit
959dbba776
@ -23,6 +23,9 @@ import socket from "./mixins/socket";
|
||||
import lang from "./mixins/lang";
|
||||
import theme from "./mixins/theme";
|
||||
|
||||
// Set Title
|
||||
document.title = document.title + " - " + location.host;
|
||||
|
||||
const app = createApp(rootApp());
|
||||
|
||||
app.use(Toast, {
|
||||
|
Loading…
Reference in New Issue
Block a user