Brutal image handling...

This commit is contained in:
2023-02-28 16:00:52 +01:00
parent b60eee43ea
commit 24186eabbc
8 changed files with 107 additions and 10 deletions

View File

@@ -1,8 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Dataspace | Report</title>
<link href="../vendor/spectre.css/dist/spectre.css" rel="stylesheet" />
<link href="../css/ds.css" rel="stylesheet" />
<link rel="shortcut icon" href="../img/favicon_dataspace.svg" />
<script src="../js/views/report.js" type="module"></script>
</head>
<body>
@@ -32,7 +34,7 @@
<div class="column col-8">
<h2 class="mt-2 p-2" id="rep-tit">
</h2>
<table class="table mt-2 table-hover" id="resource">
<table class="table table-hover mt-2" id="resource">
<tbody>
</tbody>
</table>