Less world-ending-esq notice for development builds
This commit is contained in:
parent
17bfcc13a9
commit
40f7ae0eb0
2 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<div class="alert alert-danger" style="margin:10px auto -20px;">
|
||||
<strong>Warning:</strong> You are running a developmental build of Pterodactyl Panel. Do not under any circumstances run this on a live environment. We cannot be held liable for any damages caused to your system by this panel.
|
||||
<strong>Notice:</strong> You are running a developmental build of Pterodactyl Panel. Please report any bugs on our <a href="https://github.com/Pterodactyl/Panel/issues" target="_blank">Issue Tracker</a>.
|
||||
</div>
|
||||
<div class="navbar navbar-default">
|
||||
<div class="navbar-header">
|
||||
|
@ -65,7 +65,7 @@
|
|||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">users <b class="caret"></b></a>
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Users <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="/admin/users">Find Account</a></li>
|
||||
<li><a href="/admin/users/new">New Account</a></li>
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<div class="alert alert-danger" style="margin:10px auto -20px;">
|
||||
<strong>Warning:</strong> You are running a developmental build of Pterodactyl Panel. Do not under any circumstances run this on a live environment. We cannot be held liable for any damages caused to your system by this panel.
|
||||
<strong>Notice:</strong> You are running a developmental build of Pterodactyl Panel. Please report any bugs on our <a href="https://github.com/Pterodactyl/Panel/issues" target="_blank">Issue Tracker</a>.
|
||||
</div>
|
||||
<div class="navbar navbar-default">
|
||||
<div class="navbar-header">
|
||||
|
|
Loading…
Reference in a new issue