File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
resources/themes/pterodactyl/layouts Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 9393 <li class =" header" >MANAGEMENT</li >
9494 <li class =" {{ Route:: currentRouteName () !== ' admin.servers' ?: ' active' } }" >
9595 <a href =" {{ route (' admin.servers' ) } }" >
96- <i class =" fa fa-server" ></i > <span >List Servers</span >
96+ <i class =" fa fa-server" ></i > <span >Servers</span >
9797 </a >
9898 </li >
9999 <li class =" {{ Route:: currentRouteName () !== ' admin.nodes' ?: ' active' } }" >
100100 <a href =" {{ route (' admin.nodes' ) } }" >
101- <i class =" fa fa-sitemap" ></i > <span >List Nodes</span >
101+ <i class =" fa fa-sitemap" ></i > <span >Nodes</span >
102+ </a >
103+ </li >
104+ <li class =" {{ Route:: currentRouteName () !== ' admin.users' ?: ' active' } }" >
105+ <a href =" {{ route (' admin.users' ) } }" >
106+ <i class =" fa fa-users" ></i > <span >Users</span >
102107 </a >
103108 </li >
104109 </ul >
You can’t perform that action at this time.
0 commit comments