uitgewerkte teksten
This commit is contained in:
13
figures/src/test.dot
Normal file
13
figures/src/test.dot
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user