mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 16:20:44 +01:00
2e1ad91e7a
- Link models with tables - Basic API to fetch everything
5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
h3 Inventory
|
|
|
|
table.table
|
|
tbody: tr(ng-repeat="inv in inventory")
|
|
td {{ inv.id }} - {{ inv.type }} |