Skip to content

Commit 838c8d8

Browse files
committed
Add developmental build notice
1 parent 7bb0190 commit 838c8d8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

resources/views/layouts/admin.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
</head>
4343
<body>
4444
<div class="container">
45+
<div class="alert alert-danger" style="margin:10px auto -20px;">
46+
<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.
47+
</div>
4548
<div class="navbar navbar-default">
4649
<div class="navbar-header">
4750
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">

resources/views/layouts/master.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@
158158
</head>
159159
<body>
160160
<div class="container">
161+
<div class="alert alert-danger" style="margin:10px auto -20px;">
162+
<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.
163+
</div>
161164
<div class="navbar navbar-default">
162165
<div class="navbar-header">
163166
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">

0 commit comments

Comments
 (0)