-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netvis working in production mode as well
- Loading branch information
Showing
15 changed files
with
1,130 additions
and
50 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{% extends "base.html" %} | ||
{% load static %} | ||
{% load django_vite %} | ||
|
||
{% block title %}Vite{% endblock %} | ||
{% block scripts %} | ||
{% vite_hmr_client %} | ||
{% vite_asset 'js/main.js' %} | ||
{% endblock scripts %} | ||
|
||
{% block content %} | ||
<div class="container pt-4"> | ||
<h1 class="display-3 text-center">Netzwerk aller Verbindungen</h1> | ||
<div class="d-flex justify-content-center"> | ||
<div class="alert alert-warning d-flex align-items-center" role="alert"> | ||
<div> | ||
Hierbei handelt es sich nur um ein Proof of Concept | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="d-flex justify-content-center" id="spinner"> | ||
<div class="spinner-border" role="status"> | ||
<span class="visually-hidden">Lade die Netzwerkdaten...</span> | ||
</div> | ||
</div> | ||
|
||
<div id="app"></div> | ||
</div> | ||
{% endblock %} |
This file was deleted.
Oops, something went wrong.
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"_browser-Co2CjrBv.js": { | ||
"file": "browser-Co2CjrBv.js", | ||
"isDynamicEntry": true, | ||
"imports": [ | ||
"js/main.js" | ||
] | ||
}, | ||
"js/main.js": { | ||
"file": "main-BgjuSik3.js", | ||
"src": "js/main.js", | ||
"isEntry": true, | ||
"dynamicImports": [ | ||
"_browser-Co2CjrBv.js" | ||
] | ||
} | ||
} |
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