Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Jan 3, 2024
1 parent 7ecdb4e commit 9522a33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,19 @@
*/
public final class Header {

/**
* Text to be displayed in the tab.
*/
public String tab;
/**
* Title of the dashboard.
*/
public String title;
public String description;

/**
* Enable dashboard to fill the whole screen.
*/
public boolean fullScreen = false;
public Boolean fullScreen;

}
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ public static final class Config {
public String footer_en;
public String footer_de;
public String css;

public String theme;

}
Expand Down

0 comments on commit 9522a33

Please sign in to comment.