From cd4377fab21e0f500bef7f06543fa848a039c1e0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 20 Jul 2023 06:50:01 +0200 Subject: Merging upstream version 1.41.0. Signed-off-by: Daniel Baumann --- .../pages/holding-page-503/holding-page-503.css | 101 ++++ .../pages/holding-page-503/holding-page-503.svg | 534 +++++++++++++++++++++ .../static/site/pages/holding-page-503/index.html | 39 ++ .../holding-page-503/multiple-logos-group.svg | 32 ++ .../pages/holding-page-503/netdata-logo-white.svg | 3 + .../static/site/pages/holding-page-503/reset.svg | 3 + 6 files changed, 712 insertions(+) create mode 100644 web/gui/v2/static/site/pages/holding-page-503/holding-page-503.css create mode 100644 web/gui/v2/static/site/pages/holding-page-503/holding-page-503.svg create mode 100644 web/gui/v2/static/site/pages/holding-page-503/index.html create mode 100644 web/gui/v2/static/site/pages/holding-page-503/multiple-logos-group.svg create mode 100644 web/gui/v2/static/site/pages/holding-page-503/netdata-logo-white.svg create mode 100644 web/gui/v2/static/site/pages/holding-page-503/reset.svg (limited to 'web/gui/v2/static/site/pages/holding-page-503') diff --git a/web/gui/v2/static/site/pages/holding-page-503/holding-page-503.css b/web/gui/v2/static/site/pages/holding-page-503/holding-page-503.css new file mode 100644 index 000000000..d331473fb --- /dev/null +++ b/web/gui/v2/static/site/pages/holding-page-503/holding-page-503.css @@ -0,0 +1,101 @@ +html, +body { + height: 100%; + width: 100%; + margin: 0; +} + +*, +*::before, +*::after { + box-sizing: border-box; +} + +.overlay { + position: absolute; + background: linear-gradient(180deg, #00b44d 0%, #005123 100%); + height: 100%; + width: 100%; +} + +.content-container { + display: flex; + align-items: center; + justify-content: center; + position: absolute; + top: 40%; + left: 50%; + transform: translate(-50%, -50%); + display: flex; +} + +.logo-container { + margin-top: 24px; +} + +.content { + margin-left: 48px; +} + +.header { + font-style: normal; + font-weight: 700; + font-size: 36px; + line-height: 40px; + display: flex; + align-items: center; + color: #ffffff; + white-space: nowrap; +} + +.info { + width: 444px; + + font-style: normal; + font-weight: 400; + font-size: 16px; + line-height: 20px; + + display: flex; + align-items: center; + + color: #ffffff; +} + +.buttons { + display: flex; + margin-top: 48px; +} + +.button { + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + gap: 8px; + padding: 12px 0px; + + width: 168px; + height: 40px; + + border-radius: 4px; + + color: #ffffff; + font-size: 14px; + text-decoration: none; + font-weight: 600; + cursor: pointer; +} +.button:hover { + opacity: 0.8; +} + +.button-reload { + background: transparent; + border: 1px solid #ffffff; +} + +.button-status { + margin-left: 24px; + background: #00ab44; +} diff --git a/web/gui/v2/static/site/pages/holding-page-503/holding-page-503.svg b/web/gui/v2/static/site/pages/holding-page-503/holding-page-503.svg new file mode 100644 index 000000000..348ad4e70 --- /dev/null +++ b/web/gui/v2/static/site/pages/holding-page-503/holding-page-503.svg @@ -0,0 +1,534 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/gui/v2/static/site/pages/holding-page-503/index.html b/web/gui/v2/static/site/pages/holding-page-503/index.html new file mode 100644 index 000000000..c0b2136bc --- /dev/null +++ b/web/gui/v2/static/site/pages/holding-page-503/index.html @@ -0,0 +1,39 @@ + + + + + + Netdata + + + +
+ Error: service unavailable +
+
+
+ Netdata Logo +
+
+

503 Service Unavailable

+ + We are under maintenance. We will be back shortly! + + +
+
+ + + diff --git a/web/gui/v2/static/site/pages/holding-page-503/multiple-logos-group.svg b/web/gui/v2/static/site/pages/holding-page-503/multiple-logos-group.svg new file mode 100644 index 000000000..e08356c43 --- /dev/null +++ b/web/gui/v2/static/site/pages/holding-page-503/multiple-logos-group.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/gui/v2/static/site/pages/holding-page-503/netdata-logo-white.svg b/web/gui/v2/static/site/pages/holding-page-503/netdata-logo-white.svg new file mode 100644 index 000000000..0c6e05122 --- /dev/null +++ b/web/gui/v2/static/site/pages/holding-page-503/netdata-logo-white.svg @@ -0,0 +1,3 @@ + + + diff --git a/web/gui/v2/static/site/pages/holding-page-503/reset.svg b/web/gui/v2/static/site/pages/holding-page-503/reset.svg new file mode 100644 index 000000000..66a66acdd --- /dev/null +++ b/web/gui/v2/static/site/pages/holding-page-503/reset.svg @@ -0,0 +1,3 @@ + + + -- cgit v1.2.3