mirror of
https://github.com/louislam/dockge.git
synced 2024-11-23 19:34:04 +00:00
Set a title with hostname
This commit is contained in:
parent
ffa978eea1
commit
959dbba776
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue