diff --git a/README.md b/README.md index f107eb7..68ebfb3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Never miss any problem on your website with our E-mail notifications. ## Install and Run -Please follow [this](./docs/Get-Started/getting-started.md) document to run Ketum. +Please follow [this](./docs/Get-Started/getting-started.md) document to run Ketum. If you want to see screenshots of the application, you can check it [here](https://github.com/berkansasmaz/ketum/blob/master/docs/ScreenShots/Index.md). > NOTE: Ketum was created using the ABP framework startup template. So it fully supports ABP framework documentation. Please check the [ABP framework documentation](https://docs.abp.io/en/abp/latest) whenever you have any questions. diff --git a/docs/ScreenShots/Example-200-v1.0.0.png b/docs/ScreenShots/Example-200-v1.0.0.png new file mode 100644 index 0000000..a4b9b7b Binary files /dev/null and b/docs/ScreenShots/Example-200-v1.0.0.png differ diff --git a/docs/ScreenShots/Example-400-v1.0.0.png b/docs/ScreenShots/Example-400-v1.0.0.png new file mode 100644 index 0000000..244584c Binary files /dev/null and b/docs/ScreenShots/Example-400-v1.0.0.png differ diff --git a/docs/ScreenShots/Example-Mixed-v1.0.0.png b/docs/ScreenShots/Example-Mixed-v1.0.0.png new file mode 100644 index 0000000..e2874c9 Binary files /dev/null and b/docs/ScreenShots/Example-Mixed-v1.0.0.png differ diff --git a/docs/ScreenShots/Index.md b/docs/ScreenShots/Index.md new file mode 100644 index 0000000..26aa4cc --- /dev/null +++ b/docs/ScreenShots/Index.md @@ -0,0 +1,31 @@ +# ScreenShots + +## Home Page + +![image](https://user-images.githubusercontent.com/31216880/103445645-16665300-4c88-11eb-8715-c092c28fa6e6.png) + +## Monitors Page + +![monitor-page-v1.0.0](./monitor-page-v1.0.0.png) + +## Monitor-Details Page + +**Example - Status: 200** + +![Example-200-v1.0.0](./Example-200-v1.0.0.png) + +**Example - Status: 400** + +![Example-400-v1.0.0](./Example-400-v1.0.0.png) + +**Example - Status: Mixed** + +![Example-Mixed-v1.0.0](./Example-Mixed-v1.0.0.png) + +**Demo - Monitor Details** + +![Kapture 2021-01-01 at 19 32 31](https://user-images.githubusercontent.com/31216880/103442700-b82a7780-4c69-11eb-89c4-d7fe35ce5902.gif) + +## Swagger UI + +![Kapture 2021-01-02 at 15 23 30](https://user-images.githubusercontent.com/31216880/103457289-05145980-4d0f-11eb-8e38-eeaae4cbe28d.gif) diff --git a/docs/ScreenShots/monitor-page-v1.0.0.png b/docs/ScreenShots/monitor-page-v1.0.0.png new file mode 100644 index 0000000..9714fd8 Binary files /dev/null and b/docs/ScreenShots/monitor-page-v1.0.0.png differ diff --git a/ketum/src/Ketum.Blazor/wwwroot/favicon.ico b/ketum/src/Ketum.Blazor/wwwroot/favicon.ico index a3a7999..0515727 100644 Binary files a/ketum/src/Ketum.Blazor/wwwroot/favicon.ico and b/ketum/src/Ketum.Blazor/wwwroot/favicon.ico differ diff --git a/ketum/src/Ketum.Domain.Shared/Localization/Ketum/en.json b/ketum/src/Ketum.Domain.Shared/Localization/Ketum/en.json index b81e700..1cb508e 100644 --- a/ketum/src/Ketum.Domain.Shared/Localization/Ketum/en.json +++ b/ketum/src/Ketum.Domain.Shared/Localization/Ketum/en.json @@ -23,7 +23,7 @@ "MonitorDetails": "Monitor Details", "BackToMonitors" : "Back to monitors", "Mins": "mins", - "Second": "second", + "Second": "sec", "MonitoredTime": "Monitored Time", "Uptime": "Uptime", "LoadTime": "Load Time",