mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
webui: display QR codes for API access (#5988)
* Generate qr code for api hash Added qrcodejs ( https://github.com/davidshimjs/qrcodejs ) * Add head to modal window * updated to use fontawesome
This commit is contained in:
committed by
Tony Murray
parent
6a8318b7ec
commit
097a827759
@@ -163,6 +163,7 @@ foreach ((array)$config['webui']['custom_css'] as $custom_css) {
|
||||
<script src="js/jquery.bootgrid.min.js"></script>
|
||||
<script src="js/handlebars.min.js"></script>
|
||||
<script src="js/pace.min.js"></script>
|
||||
<script src="js/qrcode.min.js"></script>
|
||||
<?php
|
||||
if ($config['enable_lazy_load'] === true) {
|
||||
?>
|
||||
|
Reference in New Issue
Block a user