diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 90ca1b94..1e85a347 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -175,7 +175,7 @@ jobs: - name: Run Statping run: | - API_SECRET=demosecret123 statping --port=8080 > /dev/null & + API_SECRET=demosecret123 statping --port=8585 > /dev/null & sleep 3 - name: Postman SQLite Tests @@ -230,7 +230,7 @@ jobs: - name: Run Statping run: | - API_SECRET=demosecret123 statping --port=8080 > /dev/null & + API_SECRET=demosecret123 statping --port=8585 > /dev/null & sleep 3 - name: Postman MySQL Tests @@ -286,7 +286,7 @@ jobs: - name: Run Statping run: | - API_SECRET=demosecret123 statping --port=8080 > /dev/null & + API_SECRET=demosecret123 statping --port=8585 > /dev/null & sleep 3 - name: Postman Postgres Tests diff --git a/frontend/src/assets/scss/mobile.scss b/frontend/src/assets/scss/mobile.scss index ca50c0be..8ad729d0 100644 --- a/frontend/src/assets/scss/mobile.scss +++ b/frontend/src/assets/scss/mobile.scss @@ -6,6 +6,13 @@ background-color: $sm-background-color; } + .service-tm-menu { + height: 300px; + } + + .service-tm-menu A { + height: 27px; + } .index-chart { height: 380px;