Commit 1993e641 authored by Lorenz Kapsner's avatar Lorenz Kapsner
Browse files

fix: displayname to settings

Showing with 1 addition and 1 deletion
+1 -1
......@@ -782,7 +782,7 @@ render_quick_checks <- function(dat_table) {
get_from_env <- function(sysname) {
env_field_list <- c("dbname", "host", "port", "user", "password",
"sid", "path", "driver")
"sid", "path", "driver", "displayname")
outlist <- sapply(
X = env_field_list,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment