mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-03 09:20:09 +00:00
aio-interface: make sure ublock does not break the log viewer (#8148)
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<title>AIO</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<link rel="stylesheet" href="logs.css">
|
<link rel="stylesheet" href="logs.css">
|
||||||
<script src="log-view.js?v1"></script>
|
<link rel="icon" href="img/favicon.png">
|
||||||
|
<script src="log-load.js?v1"></script>
|
||||||
</head>
|
</head>
|
||||||
<body data-container-id="{{ id }}">
|
<body data-container-id="{{ id }}">
|
||||||
<div id="floating-box">
|
<div id="floating-box">
|
||||||
|
|||||||
Reference in New Issue
Block a user