-
{{ $connection->name }}
-
{{ $conf['adapter'] ?? null }}
-
{{ $conf['host'] ?? null }}:{{ $conf['port'] ?? null }}
-
{{ $conf['database'] ?? null }}
-
{{ $conf['username'] ?? null }}
+
+
{{ $conf['adapter'] ?? '-' }}
+
{{ $conf['host'] ?? '-' }}:{{ $conf['port'] ?? '-' }}
+
{{ $conf['database'] ?? '-' }}
+
{{ $conf['username'] ?? '-' }}
@@ -85,10 +85,9 @@
{% endif %}
{% ui.endform %}
-
- {% endforeach %}
- {% endif %}
-