updating gn-20 dashboard

This commit is contained in:
2020-02-19 01:58:39 +00:00
parent 5821b13e6a
commit cd7d9f3a08
5 changed files with 5 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7
RUN ["pip", "install", "aiofiles", "jinja2" ] RUN ["pip", "install", "aiofiles", "jinja2" ]
COPY ./app /app COPY ./grandnational_dashboard /app
COPY ./node_modules /node_modules COPY ./node_modules /node_modules
COPY ./bower_components /bower_components COPY ./bower_components /bower_components
COPY ./static /static COPY ./static /static

View File

@@ -1,4 +1,4 @@
<!doctype html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" http-equiv="refresh" content="300"> <meta charset="utf-8" http-equiv="refresh" content="300">
@@ -6,7 +6,7 @@
<meta name="description" content="Capacity Dashboard"> <meta name="description" content="Capacity Dashboard">
<meta name="author" content="capacity"> <meta name="author" content="capacity">
<!-- favicon --> <!-- favicon -->
<link rel="shortcut icon" href="{{ url_for('static', path='assets/favicon/favicon-192x192-wh.png')}}"> <link rel="shortcut icon" href="{{ url_for('static', path='assets/favicon/favicon-192x192.png')}}">
<!-- custom css --> <!-- custom css -->
<link rel="stylesheet" href="{{ url_for('static', path='/css/gn.css')}}"> <link rel="stylesheet" href="{{ url_for('static', path='/css/gn.css')}}">
<!-- bootstrap css --> <!-- bootstrap css -->

View File

@@ -1,8 +0,0 @@
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7
RUN ["pip", "install", "aiofiles", "jinja2" ]
COPY ./app /app
COPY ./node_modules /node_modules
COPY ./bower_components /bower_components
COPY ./static /static

View File

@@ -1,4 +1,4 @@
<!doctype html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" http-equiv="refresh" content="300"> <meta charset="utf-8" http-equiv="refresh" content="300">

View File

@@ -36,7 +36,7 @@ header .overlay {
background-color: #000078; background-color: #000078;
opacity: 0.5; opacity: 0.5;
z-index: 1; z-index: 1;
border-style: solid; border-bottom: solid;
border-bottom-color: white; border-bottom-color: white;
} }