diff --git a/.travis.yml b/.travis.yml index c4a301b7..8251ee6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ services: env: global: - - VERSION=0.25 + - VERSION=0.26 - DB_HOST=localhost - DB_USER=travis - DB_PASS= diff --git a/Dockerfile b/Dockerfile index 9df2842b..077ba1db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ ENV VERSION=v0.25 RUN apk --no-cache add ca-certificates RUN wget https://github.com/hunterlong/statup/releases/download/$VERSION/statup-linux-alpine.tar.gz && \ tar -xvzf statup-linux-alpine.tar.gz && \ - ls && \ chmod +x statup && \ mv statup /usr/local/bin/statup WORKDIR /app diff --git a/html/css/base.css b/html/css/base.css index 4a8d95a9..d4f2ace2 100644 --- a/html/css/base.css +++ b/html/css/base.css @@ -107,7 +107,7 @@ HTML,BODY { .chart-container { position: relative; height: 20vh; - width: 67vh; + width: 93vh; margin-left: -52px; margin-bottom: -30px; } @@ -129,6 +129,16 @@ HTML,BODY { padding: 5px 15px; } +.lower_canvas { + width: 100%; + height: 100%; + background-color: #48d338; +} + +.card-body { + padding-bottom: 85px; +} + @media (max-width: 767px) { .sm-container { @@ -159,10 +169,22 @@ HTML,BODY { .card-body { font-size: 6pt; + padding: 5px 10px; + height: 330px; } .lg_number { - font-size: 1.2rem; + font-size: 1.4rem; + } + + .stats_area { + margin-top: 25px !important; + margin-bottom: 20px !important; + } + + .stats_area .col-4 { + padding-left: 0; + padding-right: 0; } diff --git a/html/js/main.js b/html/js/main.js new file mode 100644 index 00000000..75de6b14 --- /dev/null +++ b/html/js/main.js @@ -0,0 +1,6 @@ +$(".service_li").on('click', function() { + var id = $(this).attr('data-id'); + var position = $("#service_id_"+id).offset(); + window.scroll(0,position.top-23); + return false; +}); \ No newline at end of file diff --git a/html/tmpl/index.html b/html/tmpl/index.html index 0497d4bc..89684b78 100644 --- a/html/tmpl/index.html +++ b/html/tmpl/index.html @@ -29,7 +29,7 @@
{{.Issue}}
- - {{ end }} - {{ .TotalFailures }} Total Failures - -