Moved the opcache-gui class to the main body of the page

This commit is contained in:
Andrew Collington 2023-10-29 15:43:58 +00:00
parent fdf813dfba
commit 8b6f6c6dfc

View file

@ -75,9 +75,9 @@ $opcache = (new Service($options))->handle();
</style>
</head>
<body style="padding: 0; margin: 0;">
<body style="padding: 0; margin: 0;" class="opcache-gui">
<div class="opcache-gui" id="interface" />
<div id="interface" />
<script type="text/javascript">