CPU Load Graph geht
This commit is contained in:
@@ -17,13 +17,10 @@
|
||||
</div>
|
||||
|
||||
@section Scripts {
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
<script src="~/js/server_uptime.js"></script>
|
||||
|
||||
<script>
|
||||
async function loadServerCards() {
|
||||
try {
|
||||
const response = await fetch('/Server/ServerCardsPartial');
|
||||
const response = await fetch('/Server/ServerCardPartial');
|
||||
if (response.ok) {
|
||||
const html = await response.text();
|
||||
document.getElementById('server-cards-container').innerHTML = html;
|
||||
|
Reference in New Issue
Block a user