mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Remote all references to HighCharts due to denial of open source license.
This commit is contained in:
@@ -40,12 +40,10 @@
|
||||
// 24th January, Macintosh launch
|
||||
case 24:
|
||||
<link href="~/css/mac/dicserver.css" rel="stylesheet" type="text/css" />
|
||||
<link href="~/css/mac/dicserver_highcharts.css" rel="stylesheet" type="text/css" />
|
||||
<script src="~/js/colors/mac.js"></script>
|
||||
break;
|
||||
default:
|
||||
<link href="~/css/dos/dicserver.css" rel="stylesheet" type="text/css" />
|
||||
<link href="~/css/dos/dicserver_highcharts.css" rel="stylesheet" type="text/css" />
|
||||
<script src="~/js/colors/dos.js"></script>
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -465,11 +465,9 @@
|
||||
</div>
|
||||
<div class="card mt-3">
|
||||
<div class="card-header">
|
||||
<h2 class="mb-0">
|
||||
<h2 class="card-button mb-0">
|
||||
All devices found...
|
||||
</h2>
|
||||
</h2>
|
||||
<h6 class="mb-0">
|
||||
All devices found...
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<table class="table-bordered table-centered table-dark table-striped">
|
||||
|
||||
Reference in New Issue
Block a user