implemented cloning of stock items. NEXT: update of GUI via message bus

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-02-10 08:45:00 +01:00
parent 76651b1e46
commit f4e85c870c
5 changed files with 54 additions and 17 deletions

View File

@@ -476,6 +476,16 @@ table{
bottom: 0;
}
.properties{
position: relative;
}
.properties .clone{
position: absolute;
right: 10px;
top: 40px;
}
.version > a{
padding: 5px;
}