mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added a message to tell users that install.php is not the final step
This commit is contained in:
@@ -538,6 +538,11 @@ elseif($stage == "4") {
|
||||
}
|
||||
elseif($stage == "6") {
|
||||
?>
|
||||
<div class="row">
|
||||
<div class="col-md-offset-3 col-md-6">
|
||||
<div class="alert alert-danger">You haven't quite finished yet - please go back to the install docs and carry on the necessary steps to finish the setup!</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user