Add audit button to inventory list view
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-07-28 13:46:46 +03:00
parent 1e0f81fbb3
commit a60a540408
3 changed files with 60 additions and 3 deletions

View File

@@ -60,6 +60,9 @@ body {
-webkit-box-orient: vertical;
overflow: hidden;
}
.unclickable {
pointer-events: none;
}
</style>
</head>