Add error message in home page on ES connection error #331

This commit is contained in:
2023-04-14 20:51:35 -04:00
parent 5b3b9911bd
commit faf438a798
7 changed files with 262 additions and 248 deletions

View File

@@ -51,11 +51,11 @@
#include <ctype.h>
#include "git_hash.h"
#define VERSION "3.0.0"
#define VERSION "3.0.1"
static const char *const Version = VERSION;
static const int VersionMajor = 3;
static const int VersionMinor = 0;
static const int VersionPatch = 0;
static const int VersionPatch = 1;
#ifndef SIST_PLATFORM
#define SIST_PLATFORM unknown