Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MIRACUM
dqa
DQAgui
Commits
e5283929
Commit
e5283929
authored
5 years ago
by
Lorenz Kapsner
Browse files
Options
Download
Email Patches
Plain Diff
added version numbers to menu
parent
600654f0
master
colored_diff_summary
development
development-Differences
feat_new_coreds
fix_no_timefiltering
fix_settings_from_env
lab-module
latest
time_compare_fix
trino
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DESCRIPTION
+1
-1
DESCRIPTION
inst/application/ui.R
+8
-2
inst/application/ui.R
with
9 additions
and
3 deletions
+9
-3
DESCRIPTION
+
1
-
1
View file @
e5283929
...
...
@@ -20,7 +20,7 @@ URL: https://gitlab.miracum.org/miracum/dqa/dqagui
BugReports: https://gitlab.miracum.org/miracum/dqa/dqagui/issues
Encoding: UTF-8
Copyright: Universitätsklinikum Erlangen
Date: 2020-0
2-25
Date: 2020-0
3-02
Imports:
data.table,
magrittr,
...
...
This diff is collapsed.
Click to expand it.
inst/application/ui.R
+
8
-
2
View file @
e5283929
...
...
@@ -63,7 +63,14 @@ shiny::shinyUI(
"padding: 9.5px 9.5px 9.5px 9.5px; "
,
"margin: 6px 10px 6px 10px; "
,
"box-sizing:border-box; heigth: auto; width: 230px;"
),
shiny
::
HTML
(
"\u00A9 Universitätsklinikum Erlangen<br/>"
)
shiny
::
HTML
(
paste0
(
"Version:"
,
"<br/>DQAstats: "
,
utils
::
packageVersion
(
"DQAstats"
),
"<br/>DQAgui: "
,
utils
::
packageVersion
(
"DQAgui"
),
"<br/><br/>\u00A9 Universitätsklinikum Erlangen<br/>"
)
)
)
),
...
...
@@ -117,7 +124,6 @@ shiny::shinyUI(
tabName
=
"tab_mdr"
,
module_mdr_ui
(
"moduleMDR"
)
)
)
)
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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
Menu
Projects
Groups
Snippets
Help