main: cleanup unused struct fields

This commit is contained in:
Jeremy Wall 2024-05-26 20:05:04 -04:00
parent 9c904a3c62
commit 013a145f4c
2 changed files with 0 additions and 4 deletions

View File

@ -68,8 +68,6 @@
logs:
- title: Systemd Service Logs
query_type: Range
yaxes:
- anchor: "y" # This axis is y
source: http://heimdall:3100
query: |
{job="systemd-journal"}

View File

@ -131,9 +131,7 @@ pub struct Graph {
#[derive(Deserialize)]
pub struct LogStream {
pub title: String,
pub legend_orientation: Option<Orientation>,
pub source: String,
pub yaxes: Vec<AxisDefinition>,
pub query: String,
pub span: Option<GraphSpan>,
pub limit: Option<usize>,