Compare commits
2 Commits
052b932efb
...
3584d8fe5b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3584d8fe5b | ||
|
|
d6176e5884 |
4
.github/workflows/graphs.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.43.15
|
# 🔼 Upptime @v1.43.16
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: "20"
|
node-version: "20"
|
||||||
- name: Generate graphs
|
- name: Generate graphs
|
||||||
uses: upptime/uptime-monitor@v1.43.15
|
uses: upptime/uptime-monitor@v1.43.16
|
||||||
with:
|
with:
|
||||||
command: "graphs"
|
command: "graphs"
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.github/workflows/response-time.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.43.15
|
# 🔼 Upptime @v1.43.16
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update response time
|
- name: Update response time
|
||||||
uses: upptime/uptime-monitor@v1.43.15
|
uses: upptime/uptime-monitor@v1.43.16
|
||||||
with:
|
with:
|
||||||
command: "response-time"
|
command: "response-time"
|
||||||
env:
|
env:
|
||||||
|
|||||||
12
.github/workflows/setup.yml
vendored
4
.github/workflows/site.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.43.15
|
# 🔼 Upptime @v1.43.16
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Generate site
|
- name: Generate site
|
||||||
uses: upptime/uptime-monitor@v1.43.15
|
uses: upptime/uptime-monitor@v1.43.16
|
||||||
with:
|
with:
|
||||||
command: "site"
|
command: "site"
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.github/workflows/summary.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.43.15
|
# 🔼 Upptime @v1.43.16
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update summary in README
|
- name: Update summary in README
|
||||||
uses: upptime/uptime-monitor@v1.43.15
|
uses: upptime/uptime-monitor@v1.43.16
|
||||||
with:
|
with:
|
||||||
command: "readme"
|
command: "readme"
|
||||||
env:
|
env:
|
||||||
|
|||||||
2
.github/workflows/update-template.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.43.15
|
# 🔼 Upptime @v1.43.16
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
|
|||||||
2
.github/workflows/updates.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.43.15
|
# 🔼 Upptime @v1.43.16
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
|
|||||||
4
.github/workflows/uptime.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.43.15
|
# 🔼 Upptime @v1.43.16
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Check endpoint status
|
- name: Check endpoint status
|
||||||
uses: upptime/uptime-monitor@v1.43.15
|
uses: upptime/uptime-monitor@v1.43.16
|
||||||
with:
|
with:
|
||||||
command: "update"
|
command: "update"
|
||||||
env:
|
env:
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"206 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 24h","message":"291 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"342 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"343 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"210 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"245 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 24h","message":"0.03%","color":"red"}
|
{"schemaVersion":1,"label":"uptime 24h","message":"24.45%","color":"red"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 7d","message":"1.07%","color":"red"}
|
{"schemaVersion":1,"label":"uptime 7d","message":"3.49%","color":"red"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"81.84%","color":"yellow"}
|
{"schemaVersion":1,"label":"uptime","message":"81.85%","color":"yellow"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"319 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 24h","message":"398 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"303 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"308 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"292 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"315 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"339 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 1y","message":"340 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"92.79%","color":"green"}
|
{"schemaVersion":1,"label":"uptime","message":"92.8%","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"273 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 24h","message":"294 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"195 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 30d","message":"198 ms","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"187 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 7d","message":"199 ms","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"460 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time","message":"459 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 24h","message":"0.03%","color":"red"}
|
{"schemaVersion":1,"label":"uptime 24h","message":"24.45%","color":"red"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 7d","message":"33.26%","color":"red"}
|
{"schemaVersion":1,"label":"uptime 7d","message":"36.75%","color":"red"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"78.45%","color":"orange"}
|
{"schemaVersion":1,"label":"uptime","message":"78.46%","color":"orange"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"185 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"311 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"404 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 30d","message":"405 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"251 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"274 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"314 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 1y","message":"315 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"314 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time","message":"315 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"478 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"468 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"371 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"374 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"258 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"283 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"835 ms","color":"orange"}
|
{"schemaVersion":1,"label":"response time 24h","message":"707 ms","color":"yellow"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"440 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 30d","message":"444 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"434 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 7d","message":"452 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"633 ms","color":"yellow"}
|
{"schemaVersion":1,"label":"response time 24h","message":"590 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"399 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"403 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"410 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 7d","message":"427 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"444 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"524 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"327 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"335 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"252 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"296 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"375 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 1y","message":"376 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"383 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time","message":"384 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"241 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 24h","message":"433 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"383 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"390 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"379 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"410 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"469 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"345 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"296 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"293 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"296 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"287 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"311 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 1y","message":"310 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"311 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time","message":"310 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 1y","message":"98.05%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime 1y","message":"98.06%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"98.05%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime","message":"98.06%","color":"brightgreen"}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 9.7 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |