uitgewerkte teksten

This commit is contained in:
2022-04-07 18:18:57 +02:00
parent 579ae0b7f5
commit 62069c36ba
7 changed files with 427 additions and 4 deletions

13
figures/src/test.dot Normal file
View File

@ -0,0 +1,13 @@
digraph {
rankdir="LR"
node [shape=box]
"Apparaat" -> "Naam"
"Apparaat" -> "Hostnaam"
"Apparaat" -> "IP-adres"
"Apparaat" -> "Klant"
"Apparaat" -> "Locatie"
"Apparaat" -> "Status"
"Apparaat" -> "Interfaces" -> "Naam"
"Interfaces" -> "Status"
}