Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion server/src/com/mirth/connect/model/ServerSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@XStreamAlias("serverSettings")
public class ServerSettings extends AbstractSettings implements Serializable, Auditable, Purgable {

public static final Color DEFAULT_COLOR = new Color(0x9EB1C9);
public static final Color DEFAULT_COLOR = new Color(0x2A75B2);
public static final String DEFAULT_LOGIN_NOTIFICATION_ENABLED_VALUE = "0";
public static final String DEFAULT_LOGIN_NOTIFICATION_MESSAGE_VALUE = "";
public static final String DEFAULT_ADMINISTRATOR_AUTO_LOGOUT_INTERVAL_ENABLED_VALUE = "0";
Expand Down Expand Up @@ -327,3 +327,4 @@ public Map<String, Object> getPurgedProperties() {
return purgedProperties;
}
}