mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update w/ huebee CDN
This commit is contained in:
parent
624862480d
commit
665c40d0d4
@ -318,6 +318,10 @@ $bridgedEnabled = $arrHostapdConf['BridgedEnable'];
|
||||
<!-- Custom RaspAP JS -->
|
||||
<script src="app/js/custom.js"></script>
|
||||
|
||||
<!-- Huebee CDN -->
|
||||
<link rel="stylesheet" href="https://unpkg.com/huebee@2/dist/huebee.min.css">
|
||||
<script src="https://unpkg.com/huebee@2/dist/huebee.pkgd.min.js"></script>
|
||||
|
||||
<?php if ($page == "wlan0_info" || !isset($page)) { ?>
|
||||
<!-- Link Quality Chart -->
|
||||
<script src="app/js/linkquality.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user