From 709504611745f264592c664ea292b887d466d112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zebensui=20M=C3=A9ndez=20Corujo?= Date: Fri, 6 Sep 2024 12:24:38 +0100 Subject: [PATCH] Update styles --- .upptimerc.yml | 27 +++++++++++-- assets/api-engine-icon.svg | 78 +++++++++++++++++++++++++++++++++++++ assets/api-rest-icon.svg | 65 +++++++++++++++++++++++++++++++ assets/favicon.ico | Bin 0 -> 4286 bytes assets/kuflow-theme.css | 6 +-- 5 files changed, 169 insertions(+), 7 deletions(-) create mode 100644 assets/api-engine-icon.svg create mode 100644 assets/api-rest-icon.svg create mode 100644 assets/favicon.ico diff --git a/.upptimerc.yml b/.upptimerc.yml index 370c097d4..eee928a65 100644 --- a/.upptimerc.yml +++ b/.upptimerc.yml @@ -3,24 +3,43 @@ owner: kuflow # Your GitHub organization or username, where this repository live repo: kuflow-status # The name of this repository sites: - - name: KuFlow App + - name: App url: https://app.kuflow.com + icon: https://raw.githubusercontent.com/kuflow/kuflow-status/master/assets/favicon.ico + - name: Rest API + url: https://api.kuflow.com + icon: https://raw.githubusercontent.com/kuflow/kuflow-status/master/assets/api-rest-icon.svg + method: POST + expectedStatusCodes: + - 401 + - name: Engine API + check: "tcp-ping" + url: engine.kuflow.com + icon: https://raw.githubusercontent.com/kuflow/kuflow-status/master/assets/api-engine-icon.svg + port: 443 + +assignees: + - kuflow-devops status-website: # Add your custom domain name, or remove the `cname` line if you don't have a domain # Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there - # cname: demo.upptime.js.org + cname: status.kuflow.com baseUrl: /kuflow-status logoUrl: https://raw.githubusercontent.com/kuflow/kuflow-status/master/assets/kuflow-icon.svg - name: KuFlow status - introTitle: "**KuFlow service status**" + name: KuFlow + introTitle: "**KuFlow services status**" introMessage: Status of **KuFlow** services in real time navbar: - title: Status href: / + - title: KuFlow + href: https://kuflow.com - title: GitHub href: https://github.com/$OWNER themeUrl: https://kuflow.github.io/kuflow-status/kuflow-theme.css + favicon: https://kuflow.github.io/kuflow-status/favicon.ico + faviconSvg: https://raw.githubusercontent.com/kuflow/kuflow-status/master/assets/kuflow-icon.svg # Upptime also supports notifications, assigning issues, and more # See https://upptime.js.org/docs/configuration diff --git a/assets/api-engine-icon.svg b/assets/api-engine-icon.svg new file mode 100644 index 000000000..fcbe7d59a --- /dev/null +++ b/assets/api-engine-icon.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/api-rest-icon.svg b/assets/api-rest-icon.svg new file mode 100644 index 000000000..a55da43b6 --- /dev/null +++ b/assets/api-rest-icon.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..a3963840e998351b14ab1d30bd27177d6967a9c2 GIT binary patch literal 4286 zcmc(j&ubGw6vrpn>d7A$3yMfk52F49){9rY3nsC6D2S+4|A3;o`2$)SV=saQJ&E2t zDQzL@L9fz^VtW+zVzo_aZB6?1eKT2hXMc@0v+ac0+4-^W^XBcF**8%tC%=4N@v5He zQmRKOby%`Asgsh~-b&JUD5tY-h`APUR24C-3Ye0zE*Tx>dRx|zD&a^BQ8%5zR_VVd ztVV~tG<_+%qAsA@(1YwECNkuPbs9HxD5AQ7Y)_X;%LaWoChRP2?(xE9qva1pjM(P> zum-HH0gWcm{~+EU^Vfj!DPUn)kA);YbL)Bh_%?G$$`5J$ZRaV;Pjib=d8h6GO<~0) z>YONFud#*1ep!2aE}2r7S50|ceZcQO=9pkDJU+yl57i^O+W3P{gEW0lQ>-=s+NyBh z)Yrxf_uKfdKbd^iyTvA9IqR+4__NCd^6&zN5_ z`+INtee1Qk_uTG_z|x8-pS925fPGhh7w@BeF5msz8DBoiNuNJyhi1YvNwWT@ zo#(7-gdNmF`vcEJ(~=h*=t3EkHPZ66AWQClDYdhv)RwaRO~5QonWl1^QxhiHe*r?V BZ>#_S literal 0 HcmV?d00001 diff --git a/assets/kuflow-theme.css b/assets/kuflow-theme.css index 35b077874..e9e273c5a 100644 --- a/assets/kuflow-theme.css +++ b/assets/kuflow-theme.css @@ -2,10 +2,10 @@ --body-background-color: #ffffff; --body-text-color: #000000; --card-background-color: #ffffff; - --nav-background-color: #ff5a00; - --nav-border-bottom-color: #cc4800; + --nav-background-color: #ffffff; + --nav-border-bottom-color: #ff5a00; --nav-current-border-bottom-color: #ff9f10; - --card-border-color: #cc4800; + --card-border-color: #ff5a00; --down-border-left-color: #ff9f10; --down-background-color: #ff9f10; --degraded-border-left-color: #ffe1a1;