-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Upd] Reformat according to prettier rules
- Loading branch information
Showing
203 changed files
with
9,705 additions
and
9,297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,37 @@ | ||
!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title> | ||
<!--# echo var="status" default="" --> <!--# echo var="status_text" default="Something goes wrong" --> | ||
| | ||
<!--# echo var="status" default="" --> <!--# echo var="status_text" default="Something goes wrong" --> | | ||
</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<!--# if expr="$status = 502" --> | ||
<meta http-equiv="refresh" content="2"> | ||
<meta http-equiv="refresh" content="2" /> | ||
<!--# endif --> | ||
</head> | ||
<style type="text/css"> | ||
</head> | ||
<style type="text/css"> | ||
body { | ||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | ||
color: #fff; | ||
height: 100vh; | ||
margin: 0; | ||
background: #263238 linear-gradient(5deg, #057fa5 0%, #263238 100%); | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
justify-content: center; | ||
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; | ||
color: #fff; | ||
height: 100vh; | ||
margin: 0; | ||
background: #263238 linear-gradient(5deg, #057fa5 0%, #263238 100%); | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
justify-content: center; | ||
} | ||
</style> | ||
<body> | ||
<!--# if expr="$status = 502" --> | ||
<h1>We are updating our website </h1> | ||
<p>This is only for a few seconds, you will be redirected.</p> | ||
<!--# else --> | ||
<h1><!--# echo var="status" default="" --> <!--# echo var="status_text" default="Something goes wrong" --></h1> | ||
<!--# endif --> | ||
</body> | ||
</html> | ||
</style> | ||
<body> | ||
<!--# if expr="$status = 502" --> | ||
<h1>We are updating our website</h1> | ||
<p>This is only for a few seconds, you will be redirected.</p> | ||
<!--# else --> | ||
<h1> | ||
<!--# echo var="status" default="" --> | ||
<!--# echo var="status_text" default="Something goes wrong" --> | ||
</h1> | ||
<!--# endif --> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
interface Window { | ||
__config__: { | ||
FTA_FMEA_API_URL: string; | ||
FTA_FMEA_ADMIN_REGISTRATION_ONLY: string; | ||
FTA_FMEA_TITLE: string; | ||
} | ||
} | ||
__config__: { | ||
FTA_FMEA_API_URL: string; | ||
FTA_FMEA_ADMIN_REGISTRATION_ONLY: string; | ||
FTA_FMEA_TITLE: string; | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/x-icon" href="/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="manifest" href="/webmanifest.json"> | ||
<link rel="manifest" href="/webmanifest.json" /> | ||
<!-- Runtime environment variables --> | ||
<!-- With Vite, type must be text/javascript, see: | ||
https://stackoverflow.com/questions/70617812/change-environmet-variables-at-runtime-react-vite-with-docker-and-nginx--> | ||
<script type="text/javascript" src="/config.js"></script> | ||
<title>FTA/FMEA Analysis</title> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/index.tsx"></script> | ||
</body> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/index.tsx"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
// Dynamic configuration | ||
window.__config__ = { | ||
} | ||
window.__config__ = {}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"main": { | ||
"appBarHeader": "Řídicí panel" | ||
} | ||
"main": { | ||
"appBarHeader": "Řídicí panel" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"main": { | ||
"appBarHeader": "Dashboard" | ||
} | ||
"main": { | ||
"appBarHeader": "Dashboard" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} | ||
{ | ||
"name": "", | ||
"short_name": "", | ||
"icons": [ | ||
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, | ||
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" } | ||
], | ||
"theme_color": "#ffffff", | ||
"background_color": "#ffffff", | ||
"display": "standalone" | ||
} |
Oops, something went wrong.