mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Open Links to external Urls (Docs) in new tab (#11227)
* Open Links to external Urls (Docs) in new tab
This commit is contained in:
@@ -22,7 +22,7 @@ if (Auth::user()->hasGlobalAdmin()) {
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h5 class="modal-title" id="Edit-transport">Alert Transport :: <a href="https://docs.librenms.org/Alerting/">Docs <i class="fa fa-book fa-1x"></i></a> </h5>
|
||||
<h5 class="modal-title" id="Edit-transport">Alert Transport :: <a target="_blank" href="https://docs.librenms.org/Alerting/">Docs <i class="fa fa-book fa-1x"></i></a> </h5>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<form method="post" role="form" id="transports" class="form-horizontal transports-form">
|
||||
|
Reference in New Issue
Block a user