Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsaou authored Mar 17, 2024
1 parent f05f47b commit 79c6731
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

```mermaid
stateDiagram-v2
classDef userFeature fill:#f00,color:white,font-weight:bold,stroke-width:2px,stroke:yellow
classDef usedByNC fill:#090,color:white,font-weight:bold,stroke-width:2px,stroke:yellow
classDef thirdparty fill:#333,color:#aaa,font-weight:normal,stroke-width:1px,stroke:#fff
classDef userFeature fill:#f00,color:white,font-weight:bold,stroke-width:2px,stroke:orange
classDef usedByNC fill:#090,color:white,font-weight:bold,stroke-width:2px,stroke:orange
classDef log2journal fill:#040,color:white,font-weight:bold,stroke-width:2px,stroke:orange
logsQuery:::usedByNC
logsDashboard:::userFeature
Expand All @@ -14,6 +14,7 @@ stateDiagram-v2
journalFiles:::thirdparty
logSources:::thirdparty
textFiles:::thirdparty
log2journal:::log2journal
journalRemote: systemd-journal-remote
journalUpload: systemd-journal-upload
Expand Down

0 comments on commit 79c6731

Please sign in to comment.