mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-22 20:25:13 +03:00
⚡ Better spacing in print-message service
This commit is contained in:
parent
4ea77a1015
commit
bbb9ce7272
@ -32,7 +32,7 @@ module.exports = (ip, port, isDocker) => {
|
|||||||
} else {
|
} else {
|
||||||
// Prepare message for users running app on bare metal
|
// Prepare message for users running app on bare metal
|
||||||
msg = `${chars.GREEN}┏${line(75)}┓${chars.BR}`
|
msg = `${chars.GREEN}┏${line(75)}┓${chars.BR}`
|
||||||
+ `┃ ${chars.CYAN}Welcome to Dashy! 🚀${blanks(55)}${chars.GREEN}┃${chars.BR}`
|
+ `┃ ${chars.CYAN}Welcome to Dashy! 🚀${blanks(54)}${chars.GREEN}┃${chars.BR}`
|
||||||
+ `┃ ${chars.CYAN}Your new dashboard is now up and running at ${chars.BRIGHT}`
|
+ `┃ ${chars.CYAN}Your new dashboard is now up and running at ${chars.BRIGHT}`
|
||||||
+ `http://${ip}:${port}${chars.RESET}${blanks(18 - ip.length)}${chars.GREEN}┃${chars.BR}`
|
+ `http://${ip}:${port}${chars.RESET}${blanks(18 - ip.length)}${chars.GREEN}┃${chars.BR}`
|
||||||
+ `┗${line(75)}┛${chars.BR}${chars.BR}${chars.RESET}`;
|
+ `┗${line(75)}┛${chars.BR}${chars.BR}${chars.RESET}`;
|
||||||
|
Loading…
Reference in New Issue
Block a user