Change DirectAdmin V1.X.Y title in Browser tab

HighFly

Verified User
Joined
Jan 15, 2008
Messages
30
Hi,

Is it possible to change the DirectAdmin index.html title variable?

If we have several DA control panels open, we can't see in the tab title which server it is. It now says "DirectAdmin V1.X.Y"

Kind Regards,
HighFly
 
Thats a good idea. With many servers and many tabs or windows open to different DA servers it is hard to tell which one is which.
 
Edit:

/usr/local/directadmin/data/skins/enhanced/header.html

Change:
Code:
<title>|DEAMONNAME| v|VERSION|</title>
to be:
Code:
<title>|DEAMONNAME| v|VERSION| - [b]|HOSTNAME|[/b]</title>
or something like that.

John
 
I believe DirectAdmin Support has already spoken on this.
 
I would vote to change this by default to:

HTML:
<title>|DEAMONNAME| - |HOSTNAME|</title>

I don't think we need the version on the title bar.
 
I would vote to change this by default to:

HTML:
<title>|DEAMONNAME| - |HOSTNAME|</title>

I don't think we need the version on the title bar.

My browser Chrome Shows the FQDN

Are you using evolution or enhanced?

On the new theme evolution it's there for me.
 
It shows the hostname, but i think it makes sense to have it showed as secondary string:

HTML:
<title>|DEAMONNAME| - |HOSTNAME|</title>

Instead of:

HTML:
<title>|HOSTNAME| - |DEAMONNAME|</title>
 
Oh gotcha. I was worried you couldn’t tell what server you were on.
 
Back
Top