Compare commits
No commits in common. "a1a1248ebc338becf1a942579e12ee47492d618f" and "fe2edcad67a28d70310adcbf33391cd703954d1e" have entirely different histories.
a1a1248ebc
...
fe2edcad67
@ -1,19 +0,0 @@
|
|||||||
@startuml
|
|
||||||
|
|
||||||
node ioBroker as i
|
|
||||||
package SmartHomeDashboard as d #gold {
|
|
||||||
node Server as s {
|
|
||||||
collections nodejs
|
|
||||||
}
|
|
||||||
package Client as c {
|
|
||||||
collections html
|
|
||||||
collections css
|
|
||||||
collections js
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
:User: --> c
|
|
||||||
c --> s
|
|
||||||
s --> i
|
|
||||||
|
|
||||||
@enduml
|
|
@ -6,11 +6,9 @@ node ioBroker as i
|
|||||||
database influxDB as db
|
database influxDB as db
|
||||||
node Grafana as g
|
node Grafana as g
|
||||||
node dashboard as d #gold
|
node dashboard as d #gold
|
||||||
node Calendar as c
|
|
||||||
|
|
||||||
r -0)- i
|
r -0)- i
|
||||||
i -(0- db
|
i -(0- db
|
||||||
g -(0- db
|
g -(0- db
|
||||||
i -0)- d
|
i -0)- d
|
||||||
c -0)- i
|
|
||||||
@enduml
|
@enduml
|
Loading…
x
Reference in New Issue
Block a user