Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
f66194b0
Commit
f66194b0
authored
Oct 12, 2020
by
janis.streib
🦉
Browse files
ADD: Äpfel.
parent
5e925761
Pipeline
#112453
passed with stages
in 8 minutes and 33 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/Footer.vue
View file @
f66194b0
...
...
@@ -20,7 +20,7 @@
</p>
<b-modal
content-class=
"text-center"
id=
"net-suite-version"
hide-footer
hide-header
>
<img
alt=
"SCC"
src=
"@/assets/img/scc_logo_small.png"
/>
<h3>
NET
-Suite
</h3>
<h3>
NET
VS
{{
$sysinfo
.
version_name
}}
</h3>
<p>
Version
<a
:href=
"`https://git.scc.kit.edu/scc-net/net-suite/net-suite/commit/$
{$sysinfo.version}`"
target="_blank">
{{
$sysinfo
.
version
}}
</a>
...
...
middleware/config_sample.py
View file @
f66194b0
DEBUG
=
True
HOST
=
'0.0.0.0'
PORT
=
5000
VERSION_NAME
=
'Boskop'
SECRET_KEY
=
'fillme'
...
...
middleware/net_suite/views.py
View file @
f66194b0
...
...
@@ -69,7 +69,7 @@ def main():
@
app
.
route
(
'/api/system/info'
)
def
api_sysinfo
():
return
jsonify
({
'version'
:
VERSION
,
'mods'
:
MODS
,
'host_oper_mode'
:
db
.
host_omdl
,
'js_mods'
:
app
.
config
.
get
(
'JS_MODULES'
)})
return
jsonify
({
'version'
:
VERSION
,
'version_name'
:
app
.
config
.
get
(
'VERSION_NAME'
,
'KEIN APFEL!'
),
'mods'
:
MODS
,
'host_oper_mode'
:
db
.
host_omdl
,
'js_mods'
:
app
.
config
.
get
(
'JS_MODULES'
)})
@
app
.
route
(
'/api/session'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment